Hi,
I have a problem locking a table when the deletion is
doing on that particular table.
I am using SQL command to do the deletion by using clause
DELETE....WHERE....
This is a multi-tasking enovironment where the record
updating is doing into a SQL table(the server is nonstop
running to get the life data). Meantime, there is another
process for the table housekeeping when the time the
traffic is not so busy to do the updating into that server.
I found that the table is lock when the deletion process
is running, cause the record cannot be successful updated
into the table.
Is there anyone can help me to solve this problem.
Thanks.