Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor INNER JOIN with client server table
Message
From
03/08/2005 14:20:35
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01038183
Message ID:
01038240
Views:
21
>Well then, how much data are you talking about in the cursor? You'll basically need to pass that data up to the server (via a SP) and then do the join there and return the result set. There is an OPENXML option in the FROM clause, so you could convert your cursor to XML and pass the string as a parameter to a SP for the JOIN to happen there.

The cursor is 500 IDs. It is really small. It is just a cursor for the primary keys. Then, I can use that to collect all the related fields from the table.

Could you provide an example on how I could accomplish that?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform