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: "Jonathan 'Wolf' Rentzsch" <email@hidden>
- Date: Wed, 16 Jun 2004 20:01:40 -0500
Kieran Kelleher, email@hidden, wrote:
>Up to now I have used the MyISAM default table (db engine) type with
>WebObjects. Is anyone usingMySQL InnoDB tables with WebObjects?
Yes. rentzsch.com is deployed against MySQL/InnoDB.
>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??
Interesting. I never looked at the generated SQL. I use InnoDB primarily
for the journal-style updating database file updating, not for its
transaction support.
| Jonathan 'Wolf' Rentzsch http://rentzsch.com
| Red Shed Software http://redshed.net
| "better" necessarily means "different"
_______________________________________________
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.