Re: [Pharo-users] Pharo and ODBC

2014-11-20 Thread olivier auverlot
Thanks for your help. The ODBC source must be declared with C:\WINDOWS\SysWow64\odbcad32.exe and use 32 bits mode. 2014-11-20 9:56 GMT+01:00 S Krish : > > Plausible Pharo 32 bit / 64 bit conflict..? > > http://msdn.microsoft.com/en-us/library/ms712362%28v=vs.85%29.aspx > > "If you use the 64-b

Re: [Pharo-users] Pharo and ODBC

2014-11-20 Thread S Krish
Plausible Pharo 32 bit / 64 bit conflict..? http://msdn.microsoft.com/en-us/library/ms712362%28v=vs.85%29.aspx "If you use the 64-bit odbcad32.exe to configure or remove a DSN that connects to a 32-bit driver, for example, Driver do Microsoft Access (*.mdb), you will receive the following error m

Re: [Pharo-users] Pharo and ODBC

2014-11-20 Thread Markus Fritsche
Hello Olivier, did you create the DSN using C:\WINDOWS\SysWow64\odbcad32.exe ? The 32 Bit ODBC Adminstration Console is located in SysWow64, if you just start the ODBC Adminstration Console from the system admin tools, you will get the 64 Bit version, which is located in C:\WINDOWS\system32 :)

[Pharo-users] Pharo and ODBC

2014-11-20 Thread olivier auverlot
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