Re: how to 'live' withou transactions?

2001-02-12 Thread Rolf Hopkins
You could upgrade to the latest version which now supports transactions. - Original Message - From: "Christian Dechery" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 13, 2001 10:17 Subject: how to 'live' withou transactions? >

how to 'live' withou transactions?

2001-02-12 Thread Christian Dechery
How can I do 'transaction' withou begin/commit/rollback? I don't understando how lock tables can replace it... if I have update thing set this=this; insert into stuff values(this, this and that); insert into thing_stuff values(from both thing and stuff); or whatever... and I want to be sure th