The ConformanceLevel property specifies the functionality level of the driver.
Applies to objects: Connection, Database.
[[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. |
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.
....... |
See Also |
Connection Object, Database Object, DriverVersion Property. |