MySQL Connector/ODBC 3.51.12 on Windows Server 2003 x64
am 13.02.2007 16:56:32 von Russell Smith------=_NextPart_000_004F_01C74F44.79B7D650
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Is there any way to get .Net to use the MySQL ODBC driver on Windows =
Server
2003 64-bit?
=20
I've installed the MySQL Connector/ODBC 3.51.12 driver on Windows Server
2003 64-bit and have tried to access the driver using a C#/.Net program. =
The
error message reads that the driver is not found. The program works fine =
on
Windows XP 32-bit.
=20
I can find the driver in %SystemRoot%\SysWOW64\odbcad32.exe, but I am =
unable
to find a reference to it using Control Panel|Administrative Tools|Data
Sources (ODBC). There is not an entry in
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers for the MySQL
ODBC driver.
=20
I've tried the procedure in the User Comments section of
http://mysql.osuosl.org/doc/refman/5.0/en/myodbc-installatio n-binary.html=
.. I
was unable to get it to work, most probably due to misunderstanding the
instructions. I was confused by two of the instructions: "Proceed along =
the
instructions above, do not use installer.bat" and "Register the driver =
with
regedit". I did copy the files into the proper directories and attempted =
to
register the .dlls using regsvr32. The error message from regsvr32 =
reads:
=20
myodbc3s.dll was loaded, but the DllRegisterServer entry point was not
found.
=20
This file can not be registered.
=20
Thanks in advance for any suggestions!
=20
Russ
=20
------=_NextPart_000_004F_01C74F44.79B7D650--