hello,
when i issue
i have a form
in the oncreate event i issue :
ora_session.savepoint("S1");
in the onbuttonclick event i issue :
ora_session.commit;
self.close;
in the onclosequery event how do i know that i'm in the S1 savepoint and that i have to do a commit or a rollback? (i cannot use intransaction because i've previously issued a S0 savepoint).
regards
when i issue
i have a form
in the oncreate event i issue :
ora_session.savepoint("S1");
in the onbuttonclick event i issue :
ora_session.commit;
self.close;
in the onclosequery event how do i know that i'm in the S1 savepoint and that i have to do a commit or a rollback? (i cannot use intransaction because i've previously issued a S0 savepoint).
regards