sqlite3_progress_handler

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
jpapp
Posts: 3
Joined: Thu 26 Apr 2012 20:19

sqlite3_progress_handler

Post by jpapp » Thu 26 Apr 2012 20:40

Do you have support for sqlite progress handlers or have any plans to add it in the future?

Thanks much,
James.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: sqlite3_progress_handler

Post by Shalex » Mon 30 Apr 2012 06:03

We will investigate the possibility to support this feature and notify you about the results as soon as possible.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: sqlite3_progress_handler

Post by Shalex » Thu 03 May 2012 12:55

The RegisterProgressHandler and UnRegisterProgressHandler methods are added to the SQLiteConnection class. We will notify you when the corresponding build of dotConnect for SQLite is available for download.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: sqlite3_progress_handler

Post by Shalex » Wed 23 May 2012 14:55

New version of dotConnect for SQLite 4.0 is released!
It can be downloaded from http://www.devart.com/dotconnect/sqlite/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=29&t=24183 .

Post Reply