* 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.
18 lines
196 B
Plaintext
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
|