MySQL Forums
Forum List  »  Connector/ODBC

Re: MYODBC and ODBC Administration
Posted by: massimo.sponza
Date: December 13, 2004 11:36AM

I had the same problem with Win XP. On my computer the problem was about the default value of the registry key

"HKLM\Software\ODBC\ODBCINST.INI\ODBC Drivers"

that have to be

(value not set)

and not

"" empty string

To unset the value you have to remove the default value. This will not remove the key but only unset the default value.
I noticed this problem by exporting the key "ODBC Drivers". When I opened the .reg file with Notepad I found something like this

...
"SQL Server"="Installed"
@=""
"MySQLODBC 3.51 Driver"="Installed"
...

Everything that was above @="" wasn't visible in the ODBC Administrator.


Buy,

Massimo

Options: ReplyQuote


Subject
Written By
Posted
November 24, 2004 12:00PM
November 24, 2004 02:46PM
Re: MYODBC and ODBC Administration
December 13, 2004 11:36AM


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.