Dec. 9, 2014
5:05 p.m.
El Tue Dec 09 2014 at 1:51:56 PM, Blondeau Vincent < vincent.blondeau@worldline.com> escribió:
ODBC seems actually not be a good solution. I have to create one ODBC connection by Excel file and I have many of themâ¦
I don't know about the ODBC wrapper for Pharo, but usually you don't need a DSN defined at the user/system level, you can build your own connection string for the DSN, which will likely specify the path to the source file. I did this in the past with Dolphin Smalltalk (Win32) with no issues whatsoever. Regards,