Hi,
I have a program that inserts a row into a (custom) database table when it begins to execute. When it finishes execution, it goes and updates this row with some information.
During execution, if someone tries to run the program again, it checks the db to see if it is already running. If it is, then it displays an error message to the user.
My problem is this - the debugger shows that the row was inserted successfully but I am not able to see it in the database. I can also see the error message telling me that the program is already running - how is this possible? What am i missing here?
We are currently running LL9.7.1 on an oracle database. Is there a commit that I need to execute on inserting the row?
Please advise.
Thanks,
Aruna