Hi Niel! You don't need to set up transactional support for your database.
If I remember correctly it is quite simple to convert your database to innodb if you have a version that supports it. I think you only need to set the type of table... alter table set type='innodb' or something that way. Do consunlt the mysql-documentation. Regards Roland Carlsson ----- Original Message ----- From: "Neil Aggarwal" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Sunday, September 14, 2003 6:14 PM Subject: Do I need to use InnoDB tables with MySQL? > Hello: > > I am trying to set-up OJB with MySQL. > Do I need to set-up InnoDB (or other transactional) tables for MySQL > or will it work with the regular tables? > > If I do need to set up transactional tables, how do I do it? > > Thanks, > Neil > > > -- > Neil Aggarwal, JAMM Consulting, (972)612-6056, www.JAMMConsulting.com > FREE! Valuable info on how your business can reduce operating costs by > 17% or more in 6 months or less! => http://newsletter.JAMMConsulting.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
