Re: Anyone using InnoDB table type with MySQL/WebObjects?
Re: Anyone using InnoDB table type with MySQL/WebObjects?
- Subject: Re: Anyone using InnoDB table type with MySQL/WebObjects?
- From: Jean Pierre Malrieu <email@hidden>
- Date: Thu, 17 Jun 2004 09:09:27 +0200
Up to now I have used the MyISAM default table (db engine) type with
WebObjects. Is anyone usingMySQL InnoDB tables with WebObjects? If so,
how do you take advantage of transaction begin/commit/rollback features
of such a transaction-safe ddatabase ...... or is db transaction
handling built-in to the specific database JDBC driver in which case I
doubt the MySQL driver begins/commits/rollsback since I have never seen
SQL statements for transactions being generated for editing context
saves??
-Kieran
I do use EOF with MySQL/InnoDB. It works.
I remember I attended a presentation by Frank Sylvestre on this topic.
He showed us that EOF generated begin, and commit statements, and that
MySQL with InnoDB rolledback as expected when a problem was raised.
In addition, modifying the table type is as easy as sending a Alter
Table command, and InnoDB tables can be backed up with mysqldump.
Isn't that great?
JP.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.