I would like to use SQLite with ToolBook, (an educational authoring
environment running on Windows).
I have searched the web and various archives, but nobody seems to have
done this before. There is no SQLite wrapper for the OpenScript language
that is part of TB.
I have linked the SQLite DLL into my project but am experiencing
problems while calling the actual API functions.
My call to sqlite_open() returns the error "out of memory". The database
gets created as a zero-byte file, however.
Questions: (1) Is it correct procedure to use sqlite_open() as the first
step, or do I need to perform some sort of memory allocation first?
(2) Is there anyone out there who has used SQLite with TB or another
scripting language without a wrapper/binding? I could use some sample
code here.
I'm a newbie on this one, so please help.
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------