MDAC 2.5 SDK - ODBC Samples


 

ODBC Samples Overview

The ODBC Samples consist of four code samples that enable you to connect, execute queries, and convert user and system data set names to file names. These samples to allow you to write a general-purpose ODBC-enabled application.

For sample information about See
  • Connecting to a data source

  • Executing SQL statements

  • Running scripts

  • Listing data source information
Admin Demo Sample
Capabilities of the ODBC Cursor Library to:
  • Use a block cursor

  • Scroll

  • Position an update

  • Delete
Cursor Demo Sample
  • Managing multiple simultaneous connections using ODBC

  • Executing any SQL query and browsing the results
Query Demo Sample
  • Converting User and System DSNs to File DSNs
Convert DSN Demo Sample