Difference between revisions of "GETREMOTEUSER()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return the user name of the client that is connected to the Recital Database/Mirage Server | Function to return the user name of the client that is connected to the Recital Database/Mirage Server | ||
Line 28: | Line 24: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Environment]] | [[Category:Environment]] | ||
[[Category:Environment Functions]] | [[Category:Environment Functions]] |
Latest revision as of 16:17, 2 December 2009
Purpose
Function to return the user name of the client that is connected to the Recital Database/Mirage Server
Syntax
GETREMOTEUSER()
See Also
GETLOCALHOST(), GETREMOTEADDR(), GETREMOTEHOST(), ISMIRAGE(), ISSERVER()
Description
The GETREMOTEUSER() function returns the user name used by the current client to connect to the Recital Database Server or Recital Mirage Server. The user name is returned as a character string.
An empty string will be returned if the function is not being run via the Recital Database Server or Recital Mirage Server.
Example
mCurrentUser = getremoteuser()
Products
Recital Server