Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I recently completed a website using OpenCart now I want to connect it with my visual studio project to get states on my desktop application, I just need to now how to connect it.
need code of connection to the website database which allows me to get data from the website.



Thanks & Regards

M Nadeem
Posted

1 solution

if you need to access data of the opencart you need to access the database which you have configured for opencart. May be it is MySql database and you need to have valid username and password to connect from .net programme. Google for tutorial by specifying your database name and which language you going to program. as first step, try study and do small application to check the connection to database via .net application, if you have errors or issues which you couldn't find solution, come here and ask question with your code and the problem details. good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900