RE: [PHP] About Commit..

2001-05-23 Thread scott [gts]
it out. > -Original Message- > From: Chris Lee [mailto:[EMAIL PROTECTED]] > Subject: Re: [PHP] About Commit.. > > > mysql does support transactions if used with berkely db. php does not > support mysql transactions. in any sort of functions sence, you can try >

Re: [PHP] About Commit..

2001-05-23 Thread Chris Lee
ght 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:

RE: [PHP] About Commit..

2001-05-23 Thread Jon Haworth
] 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

Re: [PHP] About Commit..

2001-05-23 Thread George E. Papadakis
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

[PHP] About Commit..

2001-05-23 Thread Hassan Arteaga
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)