At 15:10 -0300 10/10/02, Dyego Souza do Carmo wrote:
>In mySQL 4.0 the "Transaction multi points" are supported ?
>
>
>ex:
>
>BEGIN;
>INSERT INTO A VALUES (1);
>BEGIN WORK2;
>INSERT INTO A VALUES (2);
>ROLLBACK TO WORK2;
>COMMIT;
>
>In this case only value 1 are inserted in the table !
>
>
>mysql 4 suports it ?

No.

>
>
>sql,query
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to