Files
harbour-core/harbour/contrib/hbodbc
Przemyslaw Czerpak 0eabd0687a 2008-07-02 18:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbodbc/Makefile
    * added test for header files in non W32 builds
      ODBC is not standard system part in other then MS-Window platforms

  * harbour/contrib/hbgf/hbgfgtk/Makefile
    * updated path check for GTK header files
      In fact it still can give wrong results in different
      Linux or other *nixes distributions. The real path to GTK
      header files is unknown and should be always tested by
      pkg-config
2008-07-02 16:39:55 +00:00
..

/*
 * $Id$
 */

ODBCDEMO - ODBC Access Class Demonstration
Felipe G. Coury <fcoury@flexsys-ci.com>


This is the very first test of an ODBC class
that I am writing  for Harbour. To test  it,
simply  unzip the  contents  of this file to
any folder and run ODBCDEMO.EXE. Please note
that you'll need to have ODBC32 installed on
your machine.

The source  code  is  also  included,  named
ODBCDEMO.PRG, so  you  can  see  how  it was
written.

I would  like  to hear  your comments  about
this.  Just  drop me a  line at  my  private
e-mail.

Thanks

Felipe Coury