MySQL Forums
Forum List  »  Connector/ODBC

Re: DSN less connection to MySQL 4.1
Posted by: Greg Covey
Date: December 01, 2004 03:10AM

Ankur,

Have you resolved this issue? Try setting your option value to:
OPTION=16387.

That has fixed many of my issues. What client are you using, BTW? If you're using ADO, this might be the trick.

Good luck,
Greg

Ankur Shah wrote:
> It generates "Catastrophic failure"
> We had just found the reason for this i.e. it
> requires any single database name according to us
> it should be better if it is not require.
>
> i.e.
> connstr="driver={MySQL 3.51 ODBC
> driver};server=localhost;uid=root;pwd=;option=1642
> 7;DATABASE=test"
>
> will work but we prefer
>
> connstr="driver={MySQL 3.51 ODBC
> driver};server=localhost;uid=root;pwd=;option=1642
> 7"
>
>
> Thanks.

Options: ReplyQuote


Subject
Written By
Posted
November 26, 2004 02:13PM
Re: DSN less connection to MySQL 4.1
December 01, 2004 03:10AM


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.