Gets the server version of the current database.

Syntax

Smartsite SXML CopyCode image Copy Code
string database.serverversion()
string database.serverversion(string connectionId)

Parameters

Name Data Type Description
connectionId String The connection id of a database connection.

Return Value

Data Type Description
String Returns the version of the current dbms.

Expand image Example

SXML