On Wed, Jan 30, 2002 at 03:29:49PM +0100, Stefan Krause wrote:
> Hi,
> 
> I have a problem with storing data in the mysql database. When I 
> call the save() method I get an error in the torque.log file which says
> my database do not allow this operation. But rollback is allowed by
> mysql.
> Can someone give me an advice?

I assume, that you use the mm.mysql JDBC driver. It has some transaction
fixes in release 2.0.8 so you should check that your version is up-to-date.

Version 2.0.6 returned false on
        getConnection().getMetaData().supportsTransactions()
which was corrected.

Hope this helps,
Erich

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to