|
-
October 4th, 2005, 03:03 AM
#1
Connecting to mysql Database in vb.net
can anyone tell me how to connect to mysql database in vb.net
actually i tried as
imports system.data.odbc
imports system.data
Dim MyConString As String = "SERVER=server;DATABASE=x;UID=root;PASSWORD=x"
Dim MyConnection As New OdbcConnection(MyConString)
MyConnection.Open()
====
iwas searching on google i found that you can
imports mysql.data.mysqlclient
but i didnt find any class as mySql
pls help me
Keep Posting in this Forum 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|