Page 1 of 1

Is allowed to replace sqlite3.dll?

Posted: Wed 08 Sep 2010 17:03
by solobug
Hello,
with "dotConnect for SQLite 2.90.152", is possible to use the version 3.7.2 of sqlite3.dll instead of the 3.6.22?

Is allowed to replace this DLL?

Thanks!

PS: I use C# VS2010 Express Edition.
.NET form projects

Posted: Thu 09 Sep 2010 14:27
by StanislavK
You can replace the sqlite3.dll assembly with a newer version from the site. However, this will lead to some limitations on using dotConnect for SQLite. The recommended way is to download the latest version of sources and re-compile them with SQLITE_ENABLE_COLUMN_METADATA defined:
http://www.devart.com/dotconnect/sqlite ... Q.html#q21

Feel free to contact us if you have any questions or encounter any problems.

Posted: Thu 09 Sep 2010 15:39
by solobug
Thanks you!