Hello,
I can't run Advantage Local server on remote Windows 10 or Windows Server 2012 using Microsoft Remote Desktop. Here is a sample program :
#include "
ads.ch"
Proc Main
REQUEST ADS
RDDSETDEFAULT("ADS")
ADSSetFileType( ADS_CDX )
ADSSetServerType( ADS_LOCAL_SERVER )
USE ("C:\AdsTest\TEST.dbf") ALIAS "test" VIA "ADSCDX" NEW SHARED
ADSCreateSQLStatement("test",2)
ADSExecuteSQLDirect("select * from test"
test->(DBGOTOP())
Browse()
CLS
RETURN
Please copy it in C:\AdsTest folder and copy a dbf file named test.dbf file into it.
Thanks
aSudip