Home page  
Help >
DDL Command UNLOG
Version 7.11
DDL Command UNLOG

UNLOG

Sets a flag to cause a user to be unlogged (disconnected) from the database. The user is not actually unlogged until he attempts to execute a Thunderbolt command.

Notation standards Options Answers

Syntax:
Form1: UNLOG/options <user-number>
Form2: UNLOG/options <database-name> <user-number>
<user-number> represents a the user to be unlogged;
<database-name> represents the full path name of a database of the user to be unlogged; <database-name> uses the <database-name> parameter from the "DATA BASE NAME IS ..." statement;

Form1 applies to the current open data base.

Form2 applies to an arbitrary data base. This form can be used to access an arbitrary data base while a given data base is open. Or it can be used when no data base is open; however, in this case, in the Thunderbolt API, it is necessary to establish a context with ddlBegin(), etc.

Options:
E - Do not terminate procedure if there is an error. [Thunderbolt RAD only]
X - Suppress the command response.
Y - Do not alter the command answer cells. [Thunderbolt RAD only]

Answers:
Ctl.Ans1 - 1 if unlog was successful;

Copyright © 2019 , WhamTech, Inc.  All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. Names may be trademarks of their respective owners.