ODBC Samples Overview

The ODBC Samples are comprised of four demos that enable you to connect, execute queries, and convert user and system dataset names to file names. The demos are provided as samples to allow you to write a general-purpose ODBC-enabled application.

For sample information on See
  • Connecting to a data source

  • Executing SQL statements

  • Running scripts

  • Listing data source information
What Admin Demo Demonstrates
Capabilities of the ODBC Cursor Library to:
  • use a block cursor

  • scroll

  • position an update

  • delete
What Cursor Demo Demonstrates
Managing multiple simultaneous connections using ODBC

Executing any SQL query and browsing the results

What Query Demo Demonstrates
Converting User and System DSNs to File DSNs What Convert DSN Demo Demonstrates