The demoodbc Application
For UNIX and Linux platforms, DataDirect provides a simple C application, named demoodbc, that is useful for:
- Executing
SELECT * FROM emp, whereempis a database table (one for each supported database) that is provided with the product. The scripts for building theempdatabase tables are in the demo subdirectory in the product installation directory.- Testing database connections.
- Creating reproducibles.
- Persisting data to an XML data file.
The demoodbc application is installed in the demo subdirectory in the product installation directory. Refer to the readme in the demo directory for an explanation of how to build and use this application.