I thought MySQL already supported transactions, but only for Berkeley table
types...
http://www.mysql.com/doc/C/O/COMMIT.html
Cheers
Jon
-----Original Message-----
From: George E. Papadakis [mailto:[EMAIL PROTECTED]]
Sent: 23 May 2001 15:17
To: Hassan Arteaga; Php (E-mail)
Subject: Re: [PHP] About Commit..
Use Oracle if you want transactions. Yet, it's going to be slow.
Mysql is said to support transactions soon.
----- Original Message -----
From: "Hassan Arteaga" <[EMAIL PROTECTED]>
To: "Php (E-mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, May 23, 2001 4:55 PM
Subject: [PHP] About Commit..
> Hi all!!
>
> I wants to implements transacctions with this code...What can I do ?
>
>
> $Conn=mysql_connect("myserver","myroot","mypass");
> $Query_ID1=mysql_db_query ("App", "update FamiliPic set pic_code=4 ",
> $Conn); //only example
> $Query_ID2=mysql_db_query ("App", "update DesFam set pic_code=4 ", $Conn);
> //only example
> ...other code ....
>
> Thanks !!!
**********************************************************************
'The information included in this Email is of a confidential nature and is
intended only for the addressee. If you are not the intended addressee,
any disclosure, copying or distribution by you is prohibited and may be
unlawful. Disclosure to any party other than the addressee, whether
inadvertent or otherwise is not intended to waive privilege or confidentiality'
**********************************************************************
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]