View Single Post
  #1 (permalink)  
Old Oct 19th, 2007, 07:28
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
MySQL Connection String Info

I have been using MySQL since few weeks ago and I got this connection string from somewhere but I could not understand the OPTION thing.

Could somebody give a brief info about this?

and one more thing, is there any LockType (like in MS Access MS SQL) in MySQL?

Thanks..

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