Cena, Resty wrote:

Hi,
I'm trying to use TclSqlite, but when I try to load sqlite with the command:

% package require sqlite

I get the following error:

can't find package sqlite

Try

        load path/tclsqlite3.dll sqlite3

rather than the package require, where "path" is the proper path to the .dll file.

The "package require sqlite" may have been looking in a directory where other libraries are kept, rather than where you put it.

Hope this helps. I am far from knowledgeable, but you don't seem to have any other replies.

Gerry



Reply via email to