Dear All,
I have IDS 9.3 on sun solaris 8. My database is created with buffered logging. I execute the below steps thgough a script / dbaccess.
begin work;
execute procedure 1;
execute procedure 2;
commit work;
The first procedure executes properly, but there is an error in the second one. I want my script to behave in such a way that if there is an error in second procedure
the first one should also rollback. I have also set the env variable DBACCNOIGN to 1, but still no luck. Appreciate ur reply.
Regards,
lloyd
I have IDS 9.3 on sun solaris 8. My database is created with buffered logging. I execute the below steps thgough a script / dbaccess.
begin work;
execute procedure 1;
execute procedure 2;
commit work;
The first procedure executes properly, but there is an error in the second one. I want my script to behave in such a way that if there is an error in second procedure
the first one should also rollback. I have also set the env variable DBACCNOIGN to 1, but still no luck. Appreciate ur reply.
Regards,
lloyd