R
REB
I have an asp.net application on a win2003 standard server using sql server
2000sp3 and I appear to be having some problems with updates/inserts getting
mixed when multiple users are on the system.
Here is what happened: My application is used to enter employee data, which
includes a list of all the employees previous employment (listed
chronologically on their application). I had two users entering this
previous employment data for 2 different drivers and somehow a save that one
user made from their workstation was inserted into the driver the other user
was currrently entering data for.
Does anyone have an idea as to how this can happen and what I need to do to
isolate the users sessions from each other?
2000sp3 and I appear to be having some problems with updates/inserts getting
mixed when multiple users are on the system.
Here is what happened: My application is used to enter employee data, which
includes a list of all the employees previous employment (listed
chronologically on their application). I had two users entering this
previous employment data for 2 different drivers and somehow a save that one
user made from their workstation was inserted into the driver the other user
was currrently entering data for.
Does anyone have an idea as to how this can happen and what I need to do to
isolate the users sessions from each other?