From: "Russ Trotter" <[EMAIL PROTECTED]> > I'm trying get a feel for what kind of transactional support can be > accessed/enabled in Torque. I've gone through the setup to get a MySQL > instance to use the InnoDB table type so that transactional operations > can be used. The trick is, what's the best way to get the InnoDB table > type generated at the SQL generation phase?
I seem to recall that InnoDB tables don't support blobs. How would you handle the objectdata columns in the turbine security tables? I guess you could just leave them as the default table type since you can't include them in a transaction anyway - the default DB security service does not allow for them. Scott -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
