Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRClientInfo type

Top 

TACRClientInfo indicates the client connection parameters.

Unit

ACRServer

type

TACRSessionID = Integer;

TACRClientInfo = packed record
Host: String;
Port: Integer;
Application: String;
DatabaseName: String;
DatabaseFileName: String;
SessionID: TACRSessionID;
end;

TACRClientInfoArray = array of TACRClientInfo;

Description

TACRClientInfo type describes the parameters of client session connected to the server.
Host is a host name or IP address of the client machine.
Port is a port number used by client session.
Application is a name of the client application.
DatabaseName is a name of the remote database to which client is connected.
DatabaseFileName is a database file name and path of the remote database to which client is connected.
SessionID is a unique identifier of the client session on server. Each client session automatically gets its ID when connecting to the server.




© AidAim Software Accuracer: Contents-cross-platform Windows Linux Databas