> > I want lock full tables,how to write SQL command?> thanks> BEGIN ; LOCK TABLE <tablename> ; /* done, locked until "commit;" */
Refer to the SQL-LOCK-command for further information. Regards, Christoph