Mathias
Mathias

Reputation: 34251

What software exists for bridging a 64-bit ODBC app to a 32-bit ODBC driver on windows?

The problem I am looking to solve is communicating from a 64-bit app through ODBC with a datasource for which there only exists a 32-bit ODBC-driver. One solution that would suffice for the moment is using an ODBC-to-ODBC bridge.

I found an ODBC-to-ODBC bridging-software created by Easysoft. Are there any alternatives?

Upvotes: 3

Views: 10151

Answers (2)

Amyn Rajan
Amyn Rajan

Reputation: 21

Simba has an ODBC to ODBC bridge as part of our SimbaEngine ODBC SDK. You can get a free evaluation version of it at http://www.simba.com/evaluate-odbc-sdk.htm. When you fill out the form, explain that you want to bridge from a 64-bit ODBC app to a 32-bit ODBC driver.

Upvotes: 2

JeromePineau
JeromePineau

Reputation:

You might want to check out www.datadirect.com

Upvotes: 0

Related Questions