Arul wrote:

>Hi All,
>
>We are currently running a website which is running on Weblogic and Oracle
>DB.I just thought of porting it to JBoss and MySQL.
>
>Well..i am not sure how far does MySQL supports Transactions..
>I am currently using 3.23.49 Max on Win 2K.
>
>Does this version of MySQL Supports transaction...
>
>-Arul
>  
>
Yes. You will need to use a transaction-capable table type like InnoDB 
(preferred) or BDB to get true transaction semantics.

    -Mark


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