Hi.
Thanks for the reply...
I curious with what you mean by mysql not supporting commit and
rollback coz I found this in the site :
http://www.mysql.com/documentation/mysql/bychapter/manual_Refere
nce.html#COMMIT
Actually, Ive already tested it in my app under weblogic(and
worked). I was
Hi List!
Hope you can help me with my problem...
I am trying to incorporate commit and rollback in my sql
statements... I have tried it in my web application which runs
on weblogic and it work fine. However, when I migrated my web
app to Tomcat, it failed to rollback when it encountered an
How can i say commit or rollback using php. i didnot find any commands for
commit or rollback for mysql in php.
regards,
sreedhar
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists
On Tue, 8 May 2001, Rajeev Ramanujan wrote:
> Date: Tue, 8 May 2001 19:49:11 +0530
> From: Rajeev Ramanujan <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Commit and Rollback.
>
> Hi,
>
> Will MySQL support COMMIT and ROLLBACK.
>
Hi,
Will MySQL support COMMIT and ROLLBACK.
Thank You
Rajeev Ramanujan
KB> Doesn't mysql support begin and rollback transactions?
I *believe* it went like this -- syntax supported and returned success
without doing anything in older versions, then functionality was
actually *implemented* more recently -- maybe only most recent stable
release? (v3.23)
At 14:52 4/4/2001 -0700, Kristopher Briscoe wrote:
Hi,
See the sample below:
C:\mysql\bin>mysql test
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 3.23.36
Type 'help;' or '\h' for help. Type '\c' to clear the buffer
mysql> create tabl
" Huntress
===
FreeSQL.org offering free database hosting to developers
Visit http://www.freesql.org
- Original Message -
From: "Kristopher Briscoe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 04, 2001 5:52 PM
Subject: b
On Wed, Apr 04, 2001 at 02:52:39PM -0700, Kristopher Briscoe wrote:
>
> Doesn't mysql support begin and rollback transactions? If so what
> is the correct procedure to make it happen. I logged in and ran my
> query..
Depends on the table type. Check the manual for details on the
different tabl
Sorry if this is mundane for some, but I have searched the manual and I
cannot find the answer to itTwo issues here
.
1)
Doesn't mysql support begin and rollback transactions? If so what is the
correct procedure to make it happen. I logged in and ran my query..
>select * from host_info;
10 matches
Mail list logo