Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 2.01 KB

redistributing-odbc-components-to-your-customers.md

File metadata and controls

27 lines (18 loc) · 2.01 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Redistributing ODBC Components to Your Customers
Redistributing ODBC Components to Your Customers
11/04/2016
ODBC components, redistributing
ODBC, distributing components
components [C++], distributing
ODBC Administrator
components [C++]
components [C++], redistributing
17b065b4-a307-4b89-99ac-d05831cfab87

Redistributing ODBC Components to Your Customers

If you incorporate the functionality of the ODBC Administrator programs into your application, you must also distribute to your users the files that run these programs. These ODBC files reside in the \OS\System directory of the Visual C++ CD-ROM. The Redistrb.wri file and the license agreement in the same directory contain a list of ODBC files that you can redistribute.

Consult the documentation for any ODBC drivers you plan to ship. You need to determine which DLLs and other files to ship. You should also read Redistributing ODBC Components to your Customers, which explains how to redistribute ODBC components.

In addition, you need to include one other file in most cases. The Odbccr32.dll is the ODBC Cursor Library. This library gives Level 1 drivers the capability of forward and backward scrolling. It also provides the capability of supporting snapshots. For more information about the ODBC Cursor Library, see ODBC: The ODBC Cursor Library.

The following topics provide more information about using ODBC with the database classes:

See also

ODBC Basics
ODBC Administrator