Re: [SQL] DELETE command is getting blocked

2002-10-12 Thread Stephan Szabo
On Sat, 12 Oct 2002, Bhuvan A wrote: > I am using 7.2. > > I have problem in deleting records from a particular table in my database. > Say, if the DELETE command results deleting 10 records, the command is > blocked at the end and is not returning. FYI, that table donot have any > triggers/cons

[SQL] DELETE command is getting blocked

2002-10-12 Thread Bhuvan A
Hi, I am using 7.2. I have problem in deleting records from a particular table in my database. Say, if the DELETE command results deleting 10 records, the command is blocked at the end and is not returning. FYI, that table donot have any triggers/constraints/rules on delete. I have checked whe