Hi pharoers,
I am a newbie with Pharo.
I installed the SQLite3 package in the Pharo2 image with the
MetacelloConfigurationBrowser and tried a test with this script :
db := SQLiteConnection fileNamed: '/home/michel/base_CD/BaseCD.db'.
resu := db executeQuery: 'SELECT * FROM T_album'.
resu inspect.
And I got this error : External module not found.
I am on Fedora linux and I think that I should give somewhere (in
SQLiteReference class ?) the address of the libsqlite3.so file. Am I
right ?
Kind Regards,
Michel.