dbp.GetDbInfo

This job returns information about the underlying database of the enaio® server, in particular the database management system (DBMS) in use.

The dbp namespace (presumably "Database Provider") is not listed in the official enaio® server API engine overviews. This description was reconstructed from the call code of the enaio® gateway (dms-enaio library).

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Reserved; always pass 0.

2. Output Parameters

Name Type Dependency Description

DBMSType

INT

Numeric code of the DBMS in use. Known values: 8 = Microsoft SQL Server, 28 = Oracle. Other values should be treated as "unknown".

3. Return Value

(INT): 0 = job successful, otherwise error code.

4. See Also

ado.ExecuteSQL — direct SQL execution against the database