Topic: Windows computername and logon-name

Is it possible to store the value of the Windows Computername and the Windows Login-name (or Username) in a table when a user connects to the database ?
Something similar as in VisualBasic script:
Declare Function GetUserName Lib "advapi32.dll"

Re: Windows computername and logon-name

I added this function in version 1.43
https://www.dropbox.com/s/4qdlk4pouldrz … 201.43.zip


Example:

ShowMessage(GetUserName);
Dmitry.