-
Feb 26th, 2003, 02:44 PM
#1
Junior Member
Multi users editing a database
I am developing a system in which there will be several users accessing and editing records in a SQL database.
I want to study more about the solutions for the integrity of the information, and I don't know where to start.
My concern now is about the situation where 2 or more users might be editing the same record at the same time.
Where and how should I lock that record? In the ASP code or in the database?
What if the user who has the record locked for his/her edition, all of a sudden turns the computer off without submiting the transaction?
Could you point the direction where I should look for more information?
Thanks
-
Feb 27th, 2003, 11:36 PM
#2
Re: Multi users editing a database
Originally posted by atimo
Where and how should I lock that record? In the ASP code or in the database?
You would lock the record in the ASP code itself. You have about 4 lock options, read this page for the specifics.
What if the user who has the record locked for his/her edition, all of a sudden turns the computer off without submiting the transaction?
Eventually, it will time out and the records will be free again.
-
Feb 28th, 2003, 04:18 AM
#3
Lively Member
do one thing i know a person who can solve your troubles so mail him:-
meet_coolguy@yahoo.com
-
Feb 28th, 2003, 04:21 AM
#4
Lively Member
sorry man this message was meant for mendhak not for you.
Avi
-
Feb 28th, 2003, 08:44 AM
#5
LoL...
But I doubt you could help me with astronuclear physical cosmological neutrino based reactions.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules