postChanges not working...??
4025Aug 2 2002 — edited Mar 12 2003I'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