c-treeACE SQL ODBC
The Open Database Connectivity (ODBC) interface from Microsoft is a standard mechanism for client applications to access data from a variety of different data sources through a single interface. Users of applications supporting ODBC merely select a new database from a point-and-click menu to connect transparently to that data source.

To become accessible from ODBC client applications, database environments must provide software, called a driver, on the client system where the application resides. The driver translates the standard ODBC function calls into calls the data source can process, and returns data to the application. Each data source provides a driver on the client system for applications to use to access data from that source.
The c-treeACE SQL ODBC Driver extends this plug-and-play interoperability to c-tree data through the c-treeACE SQL Database Engine. It allows any Microsoft Windows tool or application that supports the ODBC call library to easily use the c-treeACE SQL Database Engine as a data source. As such, applications based on tools such as Visual Basic can take advantage of c-tree-based data.
The c-treeACE SQL ODBC driver is included with c-treeACE Express downloads.
Some applications may require a custom driver c-treeACE SQL driver. You should contact your application vendor for any specific requirements for your c-treeACE installation.
View the c-treeACE SQL ODBC Developer’s Guide for a complete introduction.
|