Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello.
My tSQLiteInput uses an existing tSQLiteConnection.
In certain circumstances the tSQLiteConnection is beeing terminated and my tSQLiteInput throws an exception because of missing connection and my job stops running.
Is there any way to reopen the connection when it has been terminated?
Thank you and best regards.
Hello, I know that sqlite is file based. But file i/o also takes time. db file is stored on a netshare...
This doesn't work.
I run into "locked database" exeption quite fast.
Filehandler seems to keep it locked longer than an iteration takes...