After reading tons of post particularly from Mr.RF about ADS.
Here's my code:
...
ADSConnect60('\\server\data\database.add', ADS_REMOTE_SERVER, 'user', '***')
has returned .T.
...
inside the database.add has test.dbf
my question is.... HOW CAN I 'USE' test.dbf?
I thought of ... dbUseArea(.T., "ADSCDX", '\\server\data\test.dbf', 'test', .T., .F.)
..but the table is not visible over the network...
I used to 'use' table directly without .ADD but I would like to improve that using .ADD
Thanks and regards!