Files
harbour-core/harbour/extras/rddado/tests/access1.prg
Viktor Szakats 340318e66d 2012-07-21 19:09 UTC+0200 Viktor Szakats (vszakats syenar.net)
+ extras
  - examples
  * doc/dirstruc.txt
    * renamed 'examples' to what it is more: 'extras'
2012-07-21 17:10:27 +00:00

21 lines
205 B
Plaintext

/*
* $Id$
*/
#include "adordd.ch"
REQUEST ADORDD
PROCEDURE Main()
SET DATE ANSI
SET CENTURY ON
USE ( hb_dirBase() + "test.mdb" ) VIA "ADORDD" TABLE "Table1"
Browse()
USE
RETURN