[squeak-dev] Re: Using SQLite3 package

iansimpson at freenet.co.uk iansimpson at freenet.co.uk
Tue Mar 4 12:53:15 UTC 2008


I had a similar problem. What I did was place the sqlite.dll in the
same directory as the .image file and changed
SqliteLibrary>>moduleName to return the correct library file name:

SqliteLibrary>>moduleName
	^ 'sqlite3.dll'.

Hope this helps




More information about the Squeak-dev mailing list