Page 1 of 1

SQLite updated?

Posted: Tue 06 Mar 2012 07:33
by Marc V
Hi,

The current version of SQLite is 3.7.10, released last January. Is see that you are still using a version from July 2011.

Is there a reason for not updating SQLite?

Posted: Tue 06 Mar 2012 14:20
by Pinturiccio
We will renew the sqlite3.dll library, which is supplied with dotConnect for SQLite on new version of dotConnect for SQLite.
If you can't wait until new version of dotConnect is released, you can download sqlite3.dll 3.7.10 from official SQLite site and place it to the system32 directory. However we recommend you to download the SQLite source code and to compile it with the [SQLITE_ENABLE_COLUMN_METADATA] compiler directive.