Click here to Skip to main content
16,021,004 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I know i should be using MS SQL but most clients here cant purchase it. Please someone give me a starting clue as to how i can connect to a MySql database

Thanks in advance.
Posted

There is a .Net compliant connector for MySQL; it is available here;

http://www.mysql.com/downloads/connector/net/[^]

The if you look here;
http://www.connectionstrings.com/mysql#p28[^] there is an example connection string.
 
Share this answer
 
When learning it, I used the Mike Hillyer website.

It is clear and concise, gives examples and is easy to follow.

See Here[^]

There are several parts so just work through at your own pace.
 
Share this answer
 
Thanks guys, i will appreciate more samples...
 
Share this answer
 
Comments
DaveAuld 27-Jul-10 15:09pm    
You have submitted a comment, not an answer, do not use Add Answer for the likes of this, use the Add comment under the relevant posts
DaveAuld 27-Jul-10 15:10pm    
Reason for my vote of 1
Comment, not an 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