I am trying to perform an update on a file without commitment control turned on. Is this possible to do on an AS400 using the Persistence API or must I revert to SQL updates?
When I do an update with the Persistence API, I am given an error that my file is not being journaled. Since I am working with a test AS/400, journaling is turned off. I tried setting, the AS400 JDBC driver, "transaction isolation" property to "none". However, this did not lead to the expected results.
Is there something I am missing? Or do I need to turn on commitment control to avoid using SQL?
Brian
|