Deployment

Discussion of open issues, suggestions and bugs regarding LiteDAC (SQLite Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jaumedt
Posts: 1
Joined: Tue 11 Oct 2016 13:43

Deployment

Post by jaumedt » Tue 11 Oct 2016 13:56

Hello,

I wanto to deploy a new application so I create a new folder with exe files and *.pbl provided by devart

c:\..\devart\liteDACfor Rad Studio XE2\bin\32.

Unfortunetly, application can't connect with the database. I guess the problem is sqlite3.dll. If this is the problem, where I can't find sqlite3.dll that works with devart sqlie data access components ?

Thank you

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

Re: Deployment

Post by MaximG » Thu 13 Oct 2016 12:41

You can download the SQLITE3.DLL client library from the official website: http://www.sqlite.org/download.html

To work with a SQLite database without using the sqlite3.dll client library, you should use Direct Mode : https://www.devart.com/litedac/docs/?work_net.htm

In case if any issues occur on project deployment using LiteDAC, please specify the error message you are getting.

Post Reply