Description

Configures the given McDBType.

Return Type

A Boolean value.   A Boolean with value True when successful.
Failure Returns False.

Failure conditions:
Implementation defined.

Syntax

object.ConfigureDBType (pOverridden, pdbtype)

The ConfigureDBType Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataHandler.
pOverriddenRequired. An IUnknown object.
pdbtypeRequired. A McDBType object. The existing database type to be configured.

Remarks

The McDBType will be created if needed by the caller prior to this call.