Hi all,
 
I'm using mysql version 3.23.52
 
I've read that for transactions to be supported you have to use the
mysql process mysqld-max and have to have it set up to support
transactions by enabling tables of type InnoDB or BDB as opposed
to the default of type ISAM.
 
My question is, I want to be able to create tables by dropping an
ear into JBoss using CMP, however I think the default CREATE TABLE creates
tables as type ISAM, which does not support transaction.
 
Is there a way to include the clause "type=InnoDB" using hot deploy 
in JBoss to enable transaction support?
 
thanks,
Brian

Reply via email to