About the Dal Assembly

This section contains description of the Dal assembly used to work with DBMS by means of SQL queries. The assembly contains the implementation of classes that provide access to the DBMS using any drivers supported by Prognoz Platform 9. Using the required driver, create a connection to the DBMS and create a command for launching SQL queries and returning their execution results. The obtained data can be transferred to the application under development, processed there and saved back to the database.

The main interfaces of the Dal assembly are:

To find more details on working with the DBMS using SQL queries, use the following sections:

See also:

Dal Assembly Interfaces | Dal Assembly Enumerations | Dal Assembly Classes