|
-
May 4th, 2010, 09:44 AM
#1
Thread Starter
Addicted Member
[RESOLVED] How do I connect to a MySQL Database on a server?
I have a database in MySQL server called MD
Server: Local host
User: root
Pass: wccmd12
port 3306
How do I connect to this database in vb.net?
Can you give me the code and/or what to do please
-
May 4th, 2010, 10:16 AM
#2
Re: How do I connect to a MySQL Database on a server?
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
May 4th, 2010, 10:42 AM
#3
Re: How do I connect to a MySQL Database on a server?
mySQL offers a ADO.NET (the data access technology for .NET) adapter, so your first step would be to download that.
http://dev.mysql.com/downloads/connector/net/
Then they offer a good set of documentation and code samples here:
http://dev.mysql.com/doc/refman/5.1/...ector-net.html
Tags for this Thread
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
|