ODBC and Mac OS X

glpunzi at lordzealon.com glpunzi at lordzealon.com
Tue Oct 16 17:23:46 UTC 2007


The package sais thath ODBC for Squeak only works on Windows and Linux.

http://map.squeak.org/package/ba5582d8-4e50-417c-abd1-07dcd5c4d7b2

Very simple framework for ODBC support in Squeak. Use FFI to talk to  
ODBC32.dll, no other DLL is necessary.

It works in Windows and in Unix.


Category: Persistence
Depends on:
	FFI

Maintained by: Lex Spoon <lex at lexspoon.org>
Downloads from: http://wiki.squeak.org/squeak/uploads/2480/ODBC-dgd.10.cs.gz




Quoting Petr Fischer <petr.fischer at praguesoft.cz>:

> 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






More information about the Squeak-dev mailing list