Link to home
Start Free TrialLog in
Avatar of Autoeforms
Autoeforms

asked on

MYSQL access on XP64 ODBC throwing a interlockedincrement failure from kernal32

i am trying to install a localized copy of our system that was built in 2003 on framework 1.1.  and uses mysql as the backend

the new system is running xp64.

the code is functioning but the odbc call is throwing an unable to find entry point interlockedincrement entry point not found in kernal32.dll


has some one seen this before how do i fix it. i can't seem to find a 64bit odbc driver for mysql.

thanks in advance
greg


ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Autoeforms
Autoeforms

ASKER

no do you know of one,
product is out and stable and i would rather not rework this section at this point if i don't have to
This is the one that I have for 2003:

http://www.mysql.com/products/connector/net/

Bob
do you know if this works on both xp and xp64
No.  I don't have a 64-bit platform to test on.

Bob
But, I feel like ODBC is legacy technology that doesn't grow with the changing times, but the MySQL .NET data provider is newer technology, and worth a shot.

Bob