This is not something you would do with iBATIS. Your AS/400 administrator must start journalling.
Note that it's not as easy as just turning it on - there are storage and performance implications of journalling that must be planned for. Since most AS/400 shops do not use journalling, it would be better to think of AS/400 as a non-transactional database (in other words, AS/400 does not support commit and rollback by default - they must be specifically enabled). Jeff Butler On Mon, Oct 27, 2008 at 9:45 AM, Tokajac <[EMAIL PROTECTED]> wrote: > > http://www.nabble.com/file/p20189119/journalTrouble2.txt journalTrouble2.txt > > Hello, > > > I'm trying to do an UPDATE and INSERT on a table. I have an error message in > the attached file. > > Can U give me an example of how to start journaling from iBatis? > Any hint is welcome! > > > Regards > -- > View this message in context: > http://www.nabble.com/iBatis-AS-400-journaling-STRJRNPF-tp20189119p20189119.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >
