Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MySQL Connector/ODBC 3.51.12 on Windows Server 2003 x64

MySQL Connector/ODBC 3.51.12 on Windows Server 2003 x64

2007-02-13       - By Russell Smith

 Back
Is there any way to get .Net to use the MySQL ODBC driver on Windows Server
2003 64-bit?



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.



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.



I've tried the procedure in the User Comments section of
http://mysql.osuosl.org/doc/refman/5.0/en/myodbc-installation-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:



myodbc3s.dll was loaded, but the DllRegisterServer entry point was not
found.



This file can not be registered.



Thanks in advance for any suggestions!



Russ