sqllogout() — Terminate a Progress ESQL Session

Logs out of the ESQL session and returns control to the ESQL application.

This function returns normalized values. For more information, see the function return values in the "General Diagnostics" section in this chapter:

SYNTAX
int
sqllogout ( exitst )
  int    exitst;    /* INPUT */ 

exitst

This parameter is ignored.

NOTES

EXAMPLE

This example logs out of Progress, and returns control to the application:

main()
{ 
    .
    .
    .
 sqllogout(0);
} 

SEE ALSO

sqllogin() — Start a Progress ESQL Session


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095