SQLite DAC in a DLL

Discussion of open issues, suggestions and bugs regarding LiteDAC (SQLite Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
davenardella
Posts: 1
Joined: Sat 20 Feb 2016 10:37

SQLite DAC in a DLL

Post by davenardella » Sat 20 Feb 2016 10:47

Hello,
I'm considering the purchase of this library (Delphi XE5) but I need to use their components in a DLL (both 32 and 64 bit).
Can I do this ?
Since I'm planning to order the full-source code release and I'm quite skilled in Delphi, I accept also to make small modifications if needed.

Thanks for your time
Dave Nardella

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: SQLite DAC in a DLL

Post by MaximG » Mon 22 Feb 2016 13:43

The example of how to work with SQLite database using DLL can be found in Demo supplied with LiteDAC: [LiteDAC Install folder] \Demos\Miscellaneous\Dll\. You can compile this example for use on Win32 or Win64 platform.

Post Reply