S
SPG
Hi all,
Let me first explain what I am trying to do. I have a web app, where from my
asp page, i call a stored procedure.
Now this page is used by N users concurrently. This SP updates a table,
updates a second table with first as ref,
and clear first table. in between there is a delay of few seconds, which i
have explicitly put( waitfor delay command)
but teh problem appears when some users at the same time use this page, and
update table, then the records by only one user are present in the table,
the same for all teh other users are found missing later.
why are the updations made by the other users not updated in the second
table?
what am I missing here?
TIA.
Let me first explain what I am trying to do. I have a web app, where from my
asp page, i call a stored procedure.
Now this page is used by N users concurrently. This SP updates a table,
updates a second table with first as ref,
and clear first table. in between there is a delay of few seconds, which i
have explicitly put( waitfor delay command)
but teh problem appears when some users at the same time use this page, and
update table, then the records by only one user are present in the table,
the same for all teh other users are found missing later.
why are the updations made by the other users not updated in the second
table?
what am I missing here?
TIA.