Re: [PHP-DB] MySQL transactions?

2001-04-18 Thread Gary Huntress

a common question.  This might help
http://www.mysql.com/documentation/mysql/bychapter/manual_Compatibility.html
#Missing_Transactions

--
Regards,
Gary "SuperID" Huntress
===
FreeSQL.org offering free database hosting to developers
Visit http://www.freesql.org

"Bas Cancrinus" [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi,

 Is it possible to define a set of mysql function-calls as a transaction
 that commits if no error occurs and rolls back otherwise?

 Thanks in advance,
 Bas


 --
 PHP Database 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]




-- 
PHP Database 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]




Re: [PHP-DB] MySQL transactions?

2001-04-18 Thread Szii

The newest MySQL code has transactions via their implementation of
Sleepcat's BDB tables.

If you use BDB tables instead of MyISAM you can do transactions.

Check the syntax on CREATE TABLE for details on how to create
BDB tables.

'Luck

-Szii

- Original Message -
From: Gary Huntress [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 18, 2001 8:36 PM
Subject: Re: [PHP-DB] MySQL transactions?


 a common question.  This might help

http://www.mysql.com/documentation/mysql/bychapter/manual_Compatibility.html
 #Missing_Transactions

 --
 Regards,
 Gary "SuperID" Huntress
 ===
 FreeSQL.org offering free database hosting to developers
 Visit http://www.freesql.org

 "Bas Cancrinus" [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Hi,
 
  Is it possible to define a set of mysql function-calls as a transaction
  that commits if no error occurs and rolls back otherwise?
 
  Thanks in advance,
  Bas
 
 
  --
  PHP Database 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]
 



 --
 PHP Database 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]


-- 
PHP Database 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]