View Single Post
  #6 (permalink)  
Old Oct 23rd, 2007, 06:54
Monie Monie is offline
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: MySQL Connection String Info

I am using MySQL v5.0.
Does your link apply to my connection string, that looks different.

Code: Select all
connectionString = "DRIVER={MySQL ODBC 3.51 Driver}; SERVER=localhost; DATABASE=mydatabase; OPTION=4; UID=root; PASSWORD=mypassword;"
Reply With Quote