Files
harbour-core/harbour/contrib/hbodbc
Mindaugas Kavaliauskas 3030402cec 2008-12-18 17:30 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* source/compiler/hbopt.c
    ! suppressed optimisation if PARAMETER sentence is used
      ; TODO: PARAMETER sentence support

  * contrib/hbmisc/fileread.prg
  * contrib/hbmisc/nconvert.prg
  * contrib/hbnf/aredit.prg
  * contrib/hbnf/clrsel.prg
  * contrib/hbnf/dfile.prg
  * contrib/hbnf/dispmsg.prg
  * contrib/hbnf/dosver.prg
  * contrib/hbnf/menu1.prg
  * contrib/hbnf/menutonf.prg
  * contrib/hbodbc/browodbc.prg
  * contrib/hbodbc/todbc.prg
  * contrib/hbwhat/whatutil.prg
  * contrib/hbwhat/wincore.prg
  * contrib/hbwhat/windebug.prg
  * contrib/hbwhat/winerror.prg
  * contrib/hbwhat/wintabs.prg
  * contrib/hbwhat/wintbar.prg
  * contrib/hbziparc/hbziparc.prg
    ! fixed assigned but not used variable
2008-12-18 15:29:27 +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