Page 1 of 1
SQLite embedded
Posted: Mon 06 Dec 2010 17:06
by borav
Hello!
I want to link the SQLite.obj into my exe project. Is it possible, using the SQLite provider?
Posted: Tue 07 Dec 2010 09:05
by AlexP
Hello,
In UniDAC we are using sqlite.dll, if you want to use a *.obj file to use the SQLite methods you should have UniDAC with source code and override the calls of the SQLite methods.
Posted: Tue 07 Dec 2010 09:31
by borav
AlexP wrote:Hello,
In UniDAC we are using sqlite.dll, if you want to use a *.obj file to use the SQLite methods you should have UniDAC with source code and override the calls of the SQLite methods.
Thank you for your advice.
I tried a few engines, but your was the most convenient.
I already linked the library, it was easy to make.