maxim,
Wednesday, April 10, 2002, 1:27:30 PM, you wrote:

m> i've just started work with MySQL. Does anybody know how can i
m> use transaction with MySQL? Is this capability supported?
m> I write web-shop... Sory my eng is bed...

Yes, MySQL supports transactions on the transaction-safe tables
(InnoDB and BDB). Transactions are quite enough described in the
manual.

General syntax of BEGIN/COMMIT/ROLLBACK statements:
       http://www.mysql.com/doc/C/O/COMMIT.html

Isolation level for transactions :
       http://www.mysql.com/doc/S/E/SET_TRANSACTION.html

Transactions on the InnoDB tables:
       http://www.mysql.com/doc/I/n/InnoDB_transaction_model.html




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
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

Reply via email to