Terminating a DBE Session [ ALLBASE/SQL FORTRAN Application Programming Guide ] MPE/iX 5.0 Documentation
ALLBASE/SQL FORTRAN Application Programming Guide
Terminating a DBE Session
As illustrated at 7 in Figure 3-1, you can terminate a DBE session with
the RELEASE option of the COMMIT WORK command. The program in Figure 3-1
terminates its DBE session whenever:
* The user enters a slash (/) in response to the prompt in
subprogram unit QueryTable.
* The program encounters an error serious enough to set Abort to
.TRUE. in subprogram unit SQLStatusCheck.
* The program encounters an error when processing the CONNECT, BEGIN
WORK, or COMMIT WORK commands.
MPE/iX 5.0 Documentation