cancel
Showing results for 
Search instead for 
Did you mean: 

Access 32bit ODBC from 64bit DS4.2?

darryl_goveas3
Participant
0 Kudos

Hi all,

Just trying to see if it is possible to read from / write to a db using a 32bit ODBC from a 64bit DS 4.2 system?

We have an old sybase db we are reading from using our existing 32bit DS3.2 system and this is working fine.

When testing it on our new test 64bit DS4.2 system we get an error:

[ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application. Notifiy Customer Support.

The System DSN tests successfully so we are confident the DSN and driver are okay.

Thanks!

Darryl

ODBC Driver: Adaptive Server Anywhere 7.0 [DBODBC7.DLL - 10/1/2003]

Data Services 14.2.3.549

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello

You must match the architecture

  • 32bit Driver  -> 32bit Desginer
  • 64bit Driver -> 64bit Designer and job server

This doesn't just apply to Data Services, most software requires this.  Google Thunking for a alternative! 🙂

Michael