Is allowed to replace sqlite3.dll?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
solobug
Posts: 2
Joined: Wed 08 Sep 2010 16:42

Is allowed to replace sqlite3.dll?

Post by solobug » Wed 08 Sep 2010 17:03

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

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Thu 09 Sep 2010 14:27

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.

solobug
Posts: 2
Joined: Wed 08 Sep 2010 16:42

Post by solobug » Thu 09 Sep 2010 15:39

Thanks you!

Post Reply