Re: Re: Commit and rollback problem and mm.mysql

2002-08-19 Thread forum mail
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

Commit and rollback problem

2002-08-18 Thread forum mail
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

commit and rollback commands through php

2001-12-19 Thread sreedhar
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

Re: Commit and Rollback.

2001-05-08 Thread William R. Mussatto
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. >

Commit and Rollback.

2001-05-08 Thread Rajeev Ramanujan
Hi, Will MySQL support COMMIT and ROLLBACK. Thank You Rajeev Ramanujan

Re: beggin, commit, and rollback

2001-04-05 Thread role+mysql-readers
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)

Re: beggin, commit, and rollback

2001-04-04 Thread Miguel Angel Solórzano
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

Re: beggin, commit, and rollback

2001-04-04 Thread Gary Huntress
" 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

Re: beggin, commit, and rollback

2001-04-04 Thread Jeremy Zawodny
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

beggin, commit, and rollback

2001-04-04 Thread Kristopher Briscoe
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;