ConformanceLevel Property

The ConformanceLevel property specifies the functionality level of the driver.

Applies to objects: Connection, Database.

Syntax

[[Let] RetVal = ] object.ConformanceLevel

The ConformanceLevel property syntax has these parts:

Part Description
object Required. A reference to an instance of the object.
RetVal Optional. A Long type variable.

Remarks

The ConformanceLevel property can have the following values:
cdbLevel0 - supports the minimum SQL level.
cdbLevel1 - supports the basic SQL level.
cdbLevel2 - supports the advanced SQL level.

This property is Read-Only.

Example

.......

 

See Also

Connection Object, Database Object, DriverVersion Property.