RdbmsVersion

Previous Next

The RdbmsVersion Rules Engine property returns the version number of the database platform that the Rules Engine runs on.

An example of a return value on the Oracle platform is:

11g

An example of a return value on the SQL Server platform is:

13.0.4001.0

Getting this property

You can get the current value of this property by executing:

SELECT RulesEngine.GetProperty( 'RdbmsVersion' )

This entire statement is case-insensitive, including the property name.

 

See also

Rules Engine properties

RulesEngine.GetProperty