Empress provides a set of Database Manipulation routines
for direct access to database structures using the C programming
language. This interface provides faster execution times than
any of the query language interfaces, since the parser is
not invoked for each call. They also provide much greater
control over what is done with the retrieved data, allowing
you to perform complex arithmetic functions, generate custom-defined
report formats, develop high-level user interfaces, and so
on. The mr routines are grouped as follows:
- Open Routines
- Lock Routines
- Allocate Space Routines
- Attribute Descriptor Routines
- Filling Records Routines
- Insert Routines
- Delete Routines
- Update Routines
- Initialize Retrieval Routines
- Retrieval Routines
- Compare Routines
- Input Conversion Routines
- Qualification Routines
- Transaction Routines
- Expression Routines
- Error Handling Routines
|