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

C: example1

The fully functional IP in example1 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. The IP code is contained in the xxx_drv.c and xxx_util.c files. The file xxx_util.c contains the functions to build rows and call the OpenAccess SDK SQL engine to validate the rows. The file xxx_drv.c contains the entry points for each of the required IP functions. The installation configures a data source example that is fully configured to access this sample.
Highlights of example1 are:
*Written in C
*Uses static schema
*Exposes a single table with full capability