Reputation:
do u need to download something for VB2005 to connect to a mySQL db? cant connect to mysql db? any suggestions?
Upvotes: 0
Views: 167
Reputation: 207
Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
Great site for all sorts of connection strings...http://www.connectionstrings.com/
Upvotes: 0