The demoodbc Application
- Last Updated: July 8, 2013
- 1 minute read
- DataDirect Connectors
- ODBC
- Aha! 8.0
- Amazon Redshift 8.0
- Apache Cassandra 8.0
- Apache Hive 8.0
- Apache Spark SQL 8.0
- Autonomous Rest Connector 8.0
- Cloudera Impala 7.1
- dBase 7.1
- + 24
The demoodbc Application
DataDirect provides a simple C application, named demoodbc, that is useful for:
- Executing
SELECT * FROM emp, whereempis a database table. The scripts for building theempdatabase tables (one for each supported database) 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 /samples/demo subdirectory in the product installation directory. Refer to demoodbc.txt or demoodbc64.txt in the demo directory for an explanation of how to build and use this application.