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
>
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:
] 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
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
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)
5 matches
Mail list logo