Hi Joerg,

OJB relies on the transaction capabilities provided by the JDBC backend.
But as there are several DBMS that do not provide proper transaction
handling (like MS Access) OJB works around those limitations.
But it does simply drop transactional processing in those cases and does not
provide it's own tx processor!

so, if you want transactions use transaction enbabled tables!

cheers,
Thomas 


> -----Original Message-----
> From: Joerg Lensing [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 19, 2003 11:14 AM
> To: OJB Users List
> Subject: Transactions with MySQL using non-transaction-capable tables
> 
> 
> Hi
> does OJB manage transaction itself or is the transaction-layer from 
> mysql (i.e. mysql innodb-tables) used?
> 
> joerg
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to