Page 1 of 1

Deployment

Posted: Tue 11 Oct 2016 13:56
by jaumedt
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

Re: Deployment

Posted: Thu 13 Oct 2016 12:41
by MaximG
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.