Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RaSQL/B 6.1a for Clipper - <b>n_xlogout()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_XLOGOUT()
Log out user from Btrieve

Syntax
N_XLOGOUT()

Remarks
Closes all tables and views, releases all cursors and buffers and logs the 
program out of Btrieve. Your program will need to execute N_XLOGIN() in 
order to perform any more RaSQL/B operations.

N_XLOGOUT() does not log out a user from a file server, which must be done 
in a separate operation.

Example
* Log out before ending program
N_XLOGOUT()
QUIT


See Also: N_XLOGIN()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson