MySQL Forums
Forum List  »  Microsoft SQL Server

Re: ADO connection slow on first load
Posted by: Jeromy Dean
Date: June 27, 2005 09:50AM

Just an idea, but try the following:

change the connection string to :
DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=myDatabase;USER=myUsername;PASSWORD=myPassword;OPTION=3;


The option=3 is the important part of the connection string, I forget the exact reason but it fixed my issues in the past.

hope that helps.

Options: ReplyQuote


Subject
Written By
Posted
Re: ADO connection slow on first load
June 27, 2005 09:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.