djdonal3000
djdonal3000

Reputation:

visual basic 2005 & mySQL

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

Answers (2)

CodingBytes
CodingBytes

Reputation: 207

Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;

Great site for all sorts of connection strings...http://www.connectionstrings.com/

Upvotes: 0

MicTech
MicTech

Reputation: 45143

You need library for working with MySQL

MySQL Connector/NET

Upvotes: 4

Related Questions