The IDalDriver base interface that contains methods for describing the database server connection.
This interface implements all classes that provide access to any driver that in turn provides access to DBMS. The interface is a base one for the following classes:
Method name | Brief description | |
CreateDescriptor | The CreateDescriptor method creates a description of the database connection using this driver. |
See also: