How Do I...


Define ODBC data sources

Load a database feature No tip for this topic No example for this topic Load ODBC Samples

VisualAge Smalltalk provides the capability to access data souces through ODBC. VisualAge Smalltalk does not include any ODBC drivers. You must obtain the necessary drivers before you can access data sources through ODBC from VisualAge.

VisualAge ODBC support requires you to use several tools and resources to define an ODBC connection between VisualAge and your databases:

Database drivers
A .DLL that provides the ODBC interface between VisualAge and your data sources.

ODBC Administrator
A program that helps you to define an ODBC.INI file.

ODBC.INI
A file that stores configuration and connection information for data sources that you access through ODBC.

The ODBC.INI file is only used by OS/2, and UNIX systems. Windows NT, Windows 95, and Windows 98 use your registry.

ODBCINST.INI
A file that VisualAge uses to create the ODBC.INI file.

On OS/2 and UNIX, VisualAge ODBC Support uses a file called ODBC.INI to store configuration and connection information for databases that you access through ODBC. Before you can access a database through ODBC, you must create an ODBC.INI file. VisualAge provides a tool in the ODBC sample application that you can use to install ODBC database drivers and set up data sources.

To set up ODBC data sources, complete the steps below.

  1. Load the ODBC sample application for access to the tools you need to set up data sources.
  2. Install the ODBC drivers.
  3. Set up ODBC data sources.


[ Top of Page | Previous Page | Next Page | Table of Contents ]