On Jun 17, 2005, at 10:52 AM, [EMAIL PROTECTED] wrote:
Yes, a BEGIN EXCLUSIVE does lock it, but then as soon as I do some other SQL, it automatically UN LOCKS the db unfortunately. I need to keep it locked until I unlock it.
I'm not sure I believe you :) I would assume the database would be locked until COMMIT or ROLLBACK.

