sqlite-users  

Re: [sqlite] tclsqlite: can't load tclsqlite-3.0.1.so

jux
Fri, 25 Jun 2004 13:52:11 -0700

jux wrote:

Hello,
I do not manage to load tclsqlite-3.0.1.so into tclsh.
When I try to do it i get :

couldn't find procedure Tclsqlite_Init
   while executing
"load tclsqlite-3.0.1.so"

Does somebody know what I forgot to do ?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



fix it like this :
load "tclsqlite-3.0.1.so" "tclsqlite3"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]