SQLite in Squeak
"Tom Sattler" <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <178648897465.1223506.3644921034955337188@ian> |
Greetings.
I am trying to get SQLite working with Squeak 6.1, and I am getting the same error I got when unsuccessfully tryjng in 6.0.
I execute a simple query, and it fails with ExternalData dnu: #asByteArrayPointer.
This is called in the SqliteResult>>currentAddress method.
The pertinent line is:
bytes := buffer value getHandle asByteArrayPointer.
I am using the version of the SQLite package found on the Squeak website under "Projects".
Does anyone have any insight?
Thanks,
Tom
Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]