Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
Hey guys,
I want to connect my VB.NET application to the data saved on my webserver's mysql database. Can you please tell me, is it possible or not? Can you give me any hint for further coading? Where should i look for help in this regard?

Or should I consider other language for this pupose?

[Project Details:]
I want users to fill their info on online php form, this info get saved in mysql database. Now i want to insert this info in the .net application's database installed on client's computer.
Posted
Comments
Sergey Alexandrovich Kryukov 3-Jun-13 14:31pm    
So, ASP.NET or PHP? Why PHP is tagged?
—SA

1 solution

Please see my comment to the question. If this is ASP.NET, why not? Of course it would be quite possible. Short answer is: use ADO.NET. This is a very nice introductory article which can help you to get started quickly: Using ADO.NET for beginners[^].

If PHP, also, why not? But this would be another question…

—SA
 
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