Previous Topic

Next Topic

Inhoudsopgave

Book Index

Performing Database Actions

Description

Isah uses a database for restoring data. There are different ways for retrieving and processing data from the database. You can use queries or stored procedures. To ensure database integrity, several interfaces are available: IISERPQuery and IISERPStoredProc. Stored procedures also contribute to that. Stored procedures can enforce data integrity (i.e. the accuracy, consistency, and reliability of data that is stored in the database) by database constraints.