C: example3
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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