/*
 * $Id: odbc.txt 9312 2008-09-05 00:08:34Z vszakats $
 */

First ODBC routines library
Felipe Coury <fcoury@flexsys-ci.com>


How to create ODBC libraries

There are two libraries that must be created: odbc32.lib,
that is an import functions and links ODBC access functions
prototypes to odbc32.dll and hbodbc.lib, with the HB_*
ODBC API container functions.

In order to generate the libraries and run the test, you
need to put all files in harbour\source\odbc directory (new),
except hbodbc.b32 and bldodbc.bat that goes on harbour\ root
directory.

To build the libraries, run bldodbc.bat. If everything goes
correct, you'll have harbour\libs\odbc32.lib and hbodbc.lib.

To build the sample program, go to harbour\source\odbc and
run hb32 testodbc. Then set your Harbour root directory
into HARBOUR_DIR environmental variable (ie,
SET HARBOUR_DIR=C:\harbour) and run testodbc. If everything
goes ok, you'll see a list of functions.
