Server Constants - Database connections

The following constants can be used anywhere in macros or scripts in place of the actual values.

If you are retrieving the value of a property or parameter, scripts or macros will return the integer value, whereas Inspector will display the constant equivalent.

KEEP IN MIND:

When using constants in the script editor, each constant must be prefaced by nl.

DB Server constant

(Macros)

DB Server constant

(Scripts)

Value

Description

DBServerADO

nlDBServerADO

1

The connection is to an ADO data source.

DBServerDDM

nlDBServerDDM

0

The connection is to a (Distributed Data Management) data source.

See Also

DBConnect action | DBConnect method | Server property


© 2004-2021 looksoftware. All rights reserved.