Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using a REMOTE VIEW
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01207419
Message ID:
01207480
Views:
26
This message has been marked as the solution to the initial question of the thread.
Okay, I finally got this to work, but it took my correcting the name of the Remote View; there were two with similar names and I will have to delete one of them from the project in order to not make this mistake again. YIKES!!!

Here's the code that DID work:
OPEN DATABASE C:\DEV\GETDATA\DATA\EYESCAPE
lnConnHandle=SQLSTRINGCONNECT('DBQ=C:\Program Files\Synemed\EyeScapeNE\esc.mdb;DefaultDir=C:\Program Files\Synemed\EyeScapeNE;Driver={Microsoft Access Driver (*.mdb)};DriverId=281;FIL=MS Access;FILEDSN=C:\Program Files\Common Files\ODBC\Data Sources\Eyescape.dsn;MaxBufferSize=2048;')

USE RV_PATIENTS IN 0 CONNSTRING lnConnHandle
SELECT RV_PATIENTS
APPEND FROM PATWK
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform