SQLite embedded

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
borav
Posts: 2
Joined: Mon 06 Dec 2010 16:52

SQLite embedded

Post by borav » Mon 06 Dec 2010 17:06

Hello!
I want to link the SQLite.obj into my exe project. Is it possible, using the SQLite provider?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 07 Dec 2010 09:05

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.

borav
Posts: 2
Joined: Mon 06 Dec 2010 16:52

Post by borav » Tue 07 Dec 2010 09:31

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.

Post Reply