Introduction to Data Access

ODBC

About ODBC

Open Database Connectivity (ODBC) is a Microsoft standard for database access. It provides a mechanism for desktop-based tools (word processors, spreadsheets, report writers, Internet/Intranet tools, etc.) to transparently access data sources such as databases. OpenLink Software provides the drivers that you need to access your data sources from these ODBC compliant desktop applications.

How ODBC Works

A typical Single-Tier installation may consist of a database server and a client that comprises the client networking provided by the database engine vendor and the OpenLink Lite ODBC driver. The client components need to be installed on every machine that is going to access the data. The ODBC driver must be accompanied by an application, such as Microsoft Office, which will use the driver to access and manipulate the data.

The OpenLink drivers can be used with, among others, the following software packages:

All standard Microsoft Office applications use the Microsoft Query tool to access data. This package must be installed in order for ODBC drivers to work. Microsoft queries can be embedded in documents and spreadsheets and easily reused and modified.


What You Can Do With ODBC

Here are just a few possibilities:

Finding Further Information About ODBC & Utilities

The Microsoft(R) Data Access SDK is the primary source of information, instructions, and utilities on use of data access technologies such as ODBC. It provides tools, samples, and documentation to help developers create solutions for their data access needs. For the latest news and updates about the data access technologies, go to the Microsoft Data Access Web site http://www.microsoft.com/data/

The MSDASDK contains a complete programmers' reference guide to ODBC, as well as other data access technologies.

An online version is available at the MSDN site.

Direct API testing applications are also available in the MSDASDK.