RE: MySQL Connector/ODBC v5 5.00.10 Failure
"Vincken Maxime" <[email protected]>
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Message-ID | <000001c73a1d$ff9b9f40$c511a8c0@max> |
Hi John, Well, I need a dsn to create an access to 5 databases. Using the code myodbcinstaller -s -a -c2 -n "test" -t "DRIVER=MySQL Connector/ODBC v5;UID=root;PWD=mypwd;PORT=3307" is the same as using myodbcinstaller -s -a -c2 -n "test" -t "DRIVER=MySQL Connector/ODBC v5;DATABASE=;UID=root;PWD=mypwd;PORT=3307" The error is the same in both cases. Maxime ---- Shouldn't you have a database name after "DATABASE="? -----Original Message----- From: Vincken Maxime [mailto:[email protected]] Sent: Tuesday, 16 January 2007 7:15 PM To: [email protected] Subject: MySQL Connector/ODBC v5 5.00.10 Failure Hi all, I have tried to create a new dsn by using the following code in a command line : myodbcinstaller -s -a -c2 -n "test" -t "DRIVER=MySQL Connector/ODBC v5;DATABASE=;UID=root;PWD=mypwd;PORT=3307" but I always received the same error: [ODBC_ERROR_INVALID_DSN][9] Invalid datasource I don't known what is wrong with this. Can someone help me? Maxime -- MySQL ODBC Mailing List For list archives: http://lists.mysql.com/myodbc To unsubscribe: http://lists.mysql.com/[email protected]