skip to main content
Setting Up the Samples : Description of the samples : C: example3
 

C: example3

The IP in example3 is identical to example1 except that it uses a dynamic schema instead of static schema. Like example1, example3 supports SELECT, INSERT, UPDATE and DELETE statements. It implements a single table CURVALUE for a memory database called MDB. The MDB database is implemented in the mdb.c file.
Highlights of this example are:
*Written in C
*Uses dynamic schema
*Exposes a single table with full capability