Files
harbour-core/harbour/examples/rddado/tests/access1.prg
Viktor Szakats f17f4e7d66 2010-05-29 04:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
    ! Fixed silly variable initialization bug after last commit.

  * contrib/hbwin/wapi_shellapi.c
    ! Fixed WAPI_SHELLEXECUTE() having HB_PARSTRDEF() one 
      position off.

  * examples/rddado/tests/access1.prg
    * Minor update. Still doesn't work.
2010-05-29 02:28:37 +00:00

18 lines
196 B
Plaintext

/*
* $Id$
*/
#include "adordd.ch"
REQUEST ADORDD
PROCEDURE Main()
? hb_dirBase() + "test.mdb"
USE ( hb_dirBase() + "test.mdb" ) VIA "ADORDD" TABLE "Tabla1"
Browse()
USE
RETURN