INGRES
EQUEL AND ESQL
C++ WITH EMBEDDED QUEL AND EMBEDDED SQL
Create
a database in Ingres
Example #1:
Using Ingres with QUEL
Example #2:
Using Ingres with SQL
Example #3:
Using Ingres with Embedded QUEL: retrieve and printf
Compiling
the C++ program with Embedded QUEL
Example #4:
Using Ingres with Embedded QUEL: append and scanf
Example #5:
Using Ingres with Embedded SQL: select and printf, insert and scanf
Compiling:
the C++ program with Embedded SQL