* Paolo Cavicchini > can MySQL manage transactions? > Someone said me no. Is it true?
Yes and no... this depends on the version of mysql and the used table handler: MyISAM is the default table handler, and it does not support transactions. InnoDB and BDB are two other table handlers, they _do_ support transactions. -- Roger query --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php