Hi,
I'm trying to design/make a program where I will use SQLite from the DLL.

What I mean is I will establish a connection inside a DLL but disconnect from
the database in my main application.

It turns out that doing so I am getting the crash when I try to disconnect from
the database file.

Connecting to the DB and issuing the query works OK and the data is retrieved.

I put up some small demo if you need a code to look at.

Thank you.

Reply via email to