On 4/12/06, Jerome Alet <[EMAIL PROTECTED]> wrote:

> However any of these command line tools MUST be interruptible
> with Ctrl+C (for example) by the user who launched them, for
> example because of a typo in the command, or something like that.

If you are using SQLite directly, you might want to look into
registering a progress handler with sqlite3_progress_handler. That
might give you the ability to be responsive and watch for Ctrl+C while
records are being inserted into the database.

Reply via email to