Thanks for alternative ideas.

In my app, user need Exclusive mode occassionally. But when uses Exclusive
mode, user may enter/import some data or may change permissions for other
users, or some report generation. User may use Exclusive mode for few
minutes to may be 1-2 hours. That time no other user should be able to
access the database. 

I tried to use extra file (non-database file, same filename) to maintain
exclusive access. When that extra file is present/locked, other user can not
access that database (company).

But I think, there must be some way/trick to maintain EXCLUSIVE access to
database continuously (need to COMMIT data in-between) ? i.e. to maintain
EXCLUSIVE access, and still commiting data in-between ? 

Rohit

-- 
View this message in context: 
http://www.nabble.com/How-to-maintain-EXCLUSIVE-access-to-database-continuously---tf2326092.html#a6479634
Sent from the SQLite mailing list archive at Nabble.com.


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

Reply via email to