Ga naar inhoud

Auditing

Service Auditing

Synopsis

Services related to logging of actions.

Service Data structures

None yet.

Service Calls

UserHistory

The call inserts a record in the AdmUserOpHistory table.

Declaration:

Procedure UserHistory(Const aItem,aItemType,aOperation,aMenu : String);

GetServerDate

Return server date.

Declaration:

Function GetServerDate(SQLServer : Boolean ) : TDateTime;
The call returns the server date: * If SQLServer is false, the date on the service server * If SQLServer is true, the date of the SQL server

GetServerVersion

Return the server version.

Declaration:

Function GetServerVersion(SQLVersion : Boolean ) : String;
The call returns the server version number: * If SQLServer is false, the version number of the service binary. * If SQLServer is true, the version in the table VERSION of the SQL server