Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET RELATION QUESTION
Message
From
28/12/1999 17:31:15
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00309541
Message ID:
00309571
Views:
31
>Thanks for your answer.
>The problem is that i have navigation buttons to move the record pointer and takes to much time to do the select of the items of the order for the respective customer in a table with 200000 records.
>Making relation is faster, but i can't fill my cursor with the relation result.

Then your do while will have to do the work.

create cursor abc
select orders
do while orders.ordernum = customer.ordernum
select orderitems
**** Code here to build cursor abc
select orders
skip
enddo
Previous
Reply
Map
View

Click here to load this message in the networking platform