Re: DSN less connection to MySQL 4.1
Posted by:
Ankur Shah
Date: November 27, 2004 03:55AM
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=16427;DATABASE=test"
will work but we prefer
connstr="driver={MySQL 3.51 ODBC driver};server=localhost;uid=root;pwd=;option=16427"
Thanks.
Subject
Written By
Posted
November 26, 2004 02:13PM
November 26, 2004 10:45PM
Re: DSN less connection to MySQL 4.1
November 27, 2004 03:55AM
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.