VB.Net 2003 & MySQL

tealmad

Member
Joined
Jul 12, 2005
Messages
6
Location
USA
Programming Experience
1-3
I have been trying to determine if there is a way to build a PC based application so that I can access data in my MySQL database that resides on the web. Is there a connection method to do this and if possible, can anyone provide some example code to connect to a MySQL db on the web?

Thanks in advance.

Gregg
 
As long as you have direct access to the MySQL Server, this is no problem. Get the .NET Connector from mysql, and use it as you would a SQL Server Connector.....


The real question is if you really have access to the database, mySQL servers are generally well hidden to direct access on the web.
 
Back
Top