Calling sqllogout()
Unlike Version 6, a Version 9 call to
sqllogout()
does not exit your application, but returns control to your application. Carefully check all of your calls tosqllogout()
. If your application expects to exit at that point, callexit()
following the call tosqllogout()
. Note also that in Version 9, theexit()
function is no longer redefined to callsqllogout()
;exit()
now has its standard C run-time library behavior.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |