Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

postChanges not working...??

4025Aug 2 2002 — edited Mar 12 2003
I'm trying the following chain of eventss..

1) viewObject.createRow()
2) viewObject.setAttribute()
3) viewObject.insertRow()
4) viewObject.getApplicationModule().getTransaction().postChanges()

At this point I would expect that either a viewObject.executeQuery() or even a SQLPlus query should return the new row, but the row still does not appear in the database...what gives?

I realize I haven't commited yet, but this is because my transaction isn't finished yet, I simply want to be able to retrieve my new row from the database to use later in the transaction.

Are there some global BC4J settings I need or am I missing something in my code?

Thanks,

Martin Zardecki
mpzarde@truecool.com
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2003
Added on Aug 2 2002
2 comments
200 views