Hi !

Tried to solve a problem and what I did was to open the
database over the net and then physically disconnect
the machine.

I can still SELECT !
sqlite3_prepare() works and gives SQLITE_OK
sqlite3_step() gives SQLITE_ROW but is very, very slow
sqlite3_finalize() works.

First when I do INSERT/UPDATE/DELETE I get an error.

Is this normal ?
I understand that parts of the database could be cached
but then the time to do sqlite3_step() should not be affected.
Or is the code doing sqlite_stop() and when it does not get
a reply it takes a cached copy ????

/Martin



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to