ODBC and Mac OS X

Ramon Leon ramon.leon at allresnet.com
Tue Oct 16 17:09:09 UTC 2007


> Hi, is possible to use ODBC in Squeak under Mac OS X?
> 
> My test code:
> connection := ODBCConnection
> 				dsn: 'TESTDSN'
> 				user: '***'
> 				password: '***'.
> 
> Error: Unable to find function address.
> 
> In class method ODBCLibrary>>moduleName is "odbc32" - is it 
> platform independent? No one using ODBC on Mac OS X?
> 
> Thanks, pf

ODBC requires FFI, do you have FFI installed?

Ramon Leon
http://onsmalltalk.com  




More information about the Squeak-dev mailing list