Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CREATE VIEW Local+Remote
Message
From
11/03/1999 13:10:02
Alan Law
Apocalypse Enterprises Inc.
Victoria, British Columbia, Canada
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00196152
Message ID:
00196498
Views:
26
If I understand you correctly, I should create a REMOTE view like
SELECT * from B where b.key=?cKeyvalue


Then I would do a SCAN of the local table like:

SELECT A
SCAN
cKeyvalue=A.key
SELECT * from remoteview
append results to a result cursor
ENDSCAN

Is that the idea ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform