Was this helpful?
EXIT--Terminate Database Access
Valid in: EQUEL
Terminates access to the database.
This statement has the following format:
## exit
The exit statement terminates access to a database. The application program must have previously connected to the database using the ingres statement. The exit statement is equivalent to the Terminal Monitor q command. After access is terminated with the exit statement, your application can issue another ingres statement to connect to the same or a different database. An EQUEL program can access only one database at a time.
Last modified date: 11/28/2023