|
  |
  |
  |
    |
|
  |
         
Empress C++ Interface   The Empress C++ Embedded SQL allows you to access and process data stored in Empress databases, using SQL commands from a C++ program. The following operations on tables in Empress databases are supported: 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:   |