You are not logged in.
Pages: 1
Hello,
could someone be kind enough to write a few lines of code using the function sqlite3_busy_handler?
Dear admin,
you can implement the routine to sets a callback function busy_handler in TSQLDataBase?
Thanks
Last edited by eraldo (2013-04-16 17:16:35)
Offline
Dear admin,
. BusyTimeout does not work...
I try to enter a value greater than 0 but does not work.
vdb: = TSQLRestServerDB.Create (dm.Model, StringToUTF8 ('base');
vdb.DB.BusyTimeout: = 2000;
Offline
Dear admin,
. BusyTimeout does not work...
I try to enter a value greater than 0 but does not work.
vdb: = TSQLRestServerDB.Create (dm.Model, StringToUTF8 ('base');
vdb.DB.BusyTimeout: = 2000;
excuse me.
The property BusyTimeout works perfectly.
The confusion was mine.
Offline
Pages: 1