Nicolai Larsen
Nicolai Larsen

Reputation: 23

How to use ODBC 64-bit connection for Sybase 12 database in an .NET Framework 4.8 application

I have searched and tried a hundred combinations of answers to this question, how to resolve this issue:

ERROR [IM003] Specified driver could not be loaded due to system error 193: (SQL Anywhere 12, C:\Program Files\SQL Anywhere 12\Bin64\dbodbc12.dll)."}

Most issues seem to stem from using a 32-bit ODBC connection from a 64-bit application, in my case this is NOT the issue. I am trying to use a 64-bit ODBC connection from a 64-bit application.

To spice it up, I am running my application on a Windows Parallels on a Mac M2 (Apple Silicon)

enter image description here

Upvotes: 0

Views: 41

Answers (0)

Related Questions