PreviousNextIndex

USERID function

Returns a character string representing the user ID of the current user.

Syntax

USERID [ ( logical-dbname ) ] 

logical-dbname
Example

This one-line procedure displays the current user ID for the database with the DICTDB alias:

r-userid.p
DISPLAY USERID("DICTDB") LABEL "You are logged in as" WITH SIDE-LABELS. 

Notes
See also

CONNECT statement, SETUSERID function


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex