Skip to main content
Version: 10.1

Database

note

This article is about the DatabaseRules Engine property.

Database

The Database Rules Engine property returns the connect string used by the Rules Engine to connect to the database.

Examples of return values on the Oracle platform include the following TNS name aliases:

PROD_MYSERVER26
XE

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

MYCOMPUTER\SQLEXPRESS

Getting this property

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

SELECT RulesEngine.GetProperty( 'Database' )

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