cancel
Showing results for 
Search instead for 
Did you mean: 

ASA 9 64-bit ODBC connection

2,534

Hi

I need to connect an ASA 9 database (I know its old, but I don't have a choice on this) to a 64-bit system that can only use 64-odbc connections.

Is there a way of doing this? I need the driver to show in the HKEY_LOCAL_MACHINE\\SOFTWARE\\ODBC\\ODBCINST.INI\\ODBC Drivers folder.

Accepted Solutions (0)

Answers (1)

Answers (1)

chris_keating
Product and Topic Expert
Product and Topic Expert

SQL Anywhere 9 supports 64 bit (x64) sometime around v9.0.2 Build 3249. You will need access to that version or newer to get the x64 ODBC driver. To add it to the registry, execute

regsvr32.exe dbodbc9.dll

0 Kudos

Thanks, I will give this a go.