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

C: memory

The memory example incorporates many features of the OpenAccess SDK and is used as part of our test suites. It is included as part of the OpenAccess SDK installation to allow you to perform benchmarks and to provide an implementation example of various features. The installation creates the memory data source that is configured for using this example. The only step required after the installation is to build the example.
Highlights of this example are:
*Written in C
*Uses dynamic schema
*Exposes tables EMP, DEPT
*Can return any number of rows based on the ITEMS condition in the query. For example, the SQL query SELECT * FROM emp WHERE ITEMS=1000 returns 1000 rows.