Hi List,

I'm writing an application in native C that calls Lua scripts.

Untill now my architecture does all the SQLite work in C, and pass simple
variables on Lua's stack.

Today morning I've got an idea to push only the database connection object.
The database is opened in the C code, however I only have a single thread, so
no other entity is accessing the database at the same time.

Other solution would be to pass the filename of the database, but then I have
to close the connection. Must I?

I don't know if it is possible.

Thanks for your hints in advance.

Lev

-- 
73 de HA5OGL
Op.: Levente

Reply via email to