Hi,
I try to use the ODBC framework presents in the configurations list and named "ODBC (TorstenBergmann.5)"
I want connect Pharo to a Postgresql server and I installed the latest version of the ODBC driver. The datasource is configured as system datasource. The connection test is ok. My computer uses Windows 7 64 bits.
In Pharo, I try to connect with the following code:
connection := ODBCConnection dsn: 'mysource' user: 'myuser' password: 'mypassword'.
connection close.
The connection fails and I get an error message: "The data source (DSN) has a specified architecture incompatibility between the driver and the application".
Someone have an idea about this problem ? Someone works with the ODBC solution ?
Best regards
OlivierĀ