Ga naar inhoud

Serverutils

Service serverUtils

Synopsis

All kinds of database related calls

Service Data structures

None yet

Service Calls

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

GetNextSequenceValue

Return the next value of the given sequence.

Declaration:

Function GetNextSequenceValue(SequenceName : string ) : Int64;