Skip Headers
Oracle® TimesTen In-Memory Database C Developer's Guide
Release 11.2.1

Part Number E13066-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

11 ODBC for UNIX

ODBC programming for UNIX is fundamentally the same as ODBC programming on Windows. There is a difference, however, regarding driver managers:

TimesTen supplies a driver manager for either Windows or UNIX with the Quick Start sample applications.

The TimesTen Data Manager ODBC driver and the TimesTen Client ODBC driver are ODBC 2.5 drivers closer in functionality to ODBC 2.0 than to ODBC 3.0.

This chapter covers the following topics:

Inapplicable chapters in the Microsoft ODBC manual

A few chapters in the Microsoft ODBC Programmer's Reference and SDK Guide, version 2.0, are not relevant for UNIX developers working with TimesTen, in case you use that document:

Minor inconsistencies

In addition to the inapplicable chapters, consider the following issues if you work with the Microsoft ODBC Programmer's Reference and SDK Guide, version 2.0, as a UNIX user:

Microsoft ODBC 2.5

The information in this section was taken, with permission, directly from the README.TXT file for Microsoft ODBC 2.5.

© Copyright Microsoft® Corporation, 1995.

Note:

Information that is not applicable for TimesTen developers was cut from the material distributed by Microsoft Corporation.

The standard and extended header files, SQL.H and SQLEXT.H, have been modified in ODBC 2.5 to align with changes in the X/Open CAE specification, as follows:

SQLTYPES.H has been added to provide type definition for program types in ODBC 2.5. SQLTYPES.H defines the handle environment; SQL portable types for C; transfer types for DATE, TIME and TIMESTAMP; and bookmarks.