| Interface | Brief description | |
| The IDalColumns interface contains properties and methods used to work with the cursor that contains system information about the fields of the tables stored in the database. | ||
| The IDalCommand interface contains properties and methods used to work with the database using the SQL queries. | ||
| The IDalCommand2 interface contains methods used to create the task that enables user to work with the database using the SQL queries in the asynchronous mode. | ||
| The IDalCommandEx interface is used to work with the database using the SQL queries if an exception is thrown. | ||
| The IDalCommandParam interface contains properties of parameters of the SQL queries used to execute the command on the database server. | ||
| The IDalCommandParams interface controls a collection of SQL query parameters to work with the database. | ||
| The IDalCommandTask interface contains properties of the task used to work with the database using the SQL queries in the asynchronous mode. | ||
| The IDalConnection interface contains properties and methods used to control the current database connection. | ||
| The IDalConnection2 interface contains properties and methods used to control the specialized database connections. | ||
| The IDalConnectionDescriptor interface contains properties and methods used to create the connection to the database server. | ||
| The IDalConnectionDescriptor2 interface contains additional properties and methods used to establish the connection to the database server. | ||
| The IDalConnectionDescriptorExt interface enables user to create the connection to the database server, if the expired password error occurs. | ||
| The IDalConnectionDescriptorParam interface contains properties of the parameter used to connect to the database server. | ||
| The IDalConnectionDescriptorParams interface contains properties and methods of the collection of parameters used to connect to the database server. | ||
| The IDalConnectionExt interface controls the current database connection if the expired password error occurred while creating connection (for Oracle - ORA-28001; for MS SQL 2008 - 18488). | ||
| The IDalCursor interface contains properties and methods used to work with cursor received after executing SQL-query to the database. | ||
| The IDalCursorField interface contains properties of the cursor field received after executing SQL-query. | ||
| The IDalCursorFields interface contains properties used to work with the collection of fields of the cursor that was received after executing the SQL-query. | ||
| The IDalDriver basic interface that contains methods for describing the connection with the DB server. | ||
| The IDalDriverExt interface contains methods used to profile (measure) execution of the SQL queries. | ||
| The IDalIndexes interface contains properties and methods used to work with cursor that contains system information about table indexes stored in the database. | ||
| The IDalOleDbDrivers interface contains properties of the collection of the OLE DB drivers installed on this PC and used for connecting to the database servers. | ||
| The IDalProcedures interface contains properties and methods that are used to work with cursor that contains system information about procedures stored in the database. | ||
| The IDalTables interface contains properties and methods used to work with cursor that contains system information about tables stored in the database. | ||
| The IDalTriggers interface contains properties and methods used to work with cursor that contains system information about triggers of the tables stored in the database. | ||
| The IDalViews interface contains properties and methods used to work with cursor that contains system information about views stored in the database. |
See also: