good day!

thanx guys for helping me out..i got it working already..i just
misunderstood your solutions, that's why it took me a while to get it
right.. =^D

now i have another question, still related to this topic, but more on
theoretical..

q#1: is it possible that multiple users can write into the database at the
same time?

    q#1.1: if yes, what can i do to make this possible (e.g. compiling the
sqlite source code with a macro 
              for this scenario )?

q#2: if users A, B, C are writing to the database at the same time, then
user A commits first, followed by 
       B, does the changes imposed by user A is ignored and is overwritten
by the changes imposed by user 
       B?

q#3: if users A, B, C are writing to the database at the same time, then if
user A commits first, followed by 
       B, and if user C rolls back, from what point does the database rolls
back?

explanations and C sample codes are very much appreciated..

thanx and God bless! :working:
-- 
View this message in context: 
http://www.nabble.com/commit-and-rollback-tf4804976.html#a13991028
Sent from the SQLite mailing list archive at Nabble.com.


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

Reply via email to