Page 1 of 1
"Cannot load client library: sqlite3.dll"
Posted: Fri 25 Sep 2015 14:54
by Mike at Bookup
Am I correct in thinking that the Professional version links in the SQLite code such that I don't need the DLL?
How do I do that?
Please point me to documentation. Thanks!
Re: "Cannot load client library: sqlite3.dll"
Posted: Sat 26 Sep 2015 20:36
by Mike at Bookup
I found the online documentation and the Direct option. It's working now.
Re: "Cannot load client library: sqlite3.dll"
Posted: Mon 28 Sep 2015 08:25
by MaximG
You are absolutely right. When working with SQLite, you can use Direct Mode, when the client library code is embedded into the application code instead of linking them. You can also work with SQLite using the sqlite3.dll client library, that is not included in the LiteDAC distribution. You can download the library for the target platform from the official SQLite website:
https://www.sqlite.org/download.html