Mahler, Thomas wrote:
> Hi,
> 
> I've never worked with DB2/400. So please help me to understand this 
issue.
> Is there no support for JDBC transactions without journaling (or 
> Collections)?

True

> If so, maybe it behaves similar to MS Access? Access does not provide 
> JDBC transactions.

False. MS Access doesn't support transactions anyway (I think). But 
journaling a table in AS400 is a simple instruction. The only problem with 
OJB would be with creation of tables. After the creation of a table is 
needed that someone else "put" the table in the journal. But after that 
operation transactions work properly. Also, maybe is possible to issue a 
CREATE COLLECTION command through JDBC, so with a little modification OJB 
would be complete useful for DB2 400.

> Thus there is a switch in OJB.properties to ignore AutoCommitExceptions 
> related to this problem.
> Maybe  this could work for DB2/400 too?
> 
> cheers,
> Thomas

Reply via email to