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