Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxFire Problem
Message
From
19/04/2000 08:09:52
 
 
To
19/04/2000 05:13:22
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00356001
Message ID:
00361202
Views:
23
Hi Bill,

PMFJI, but we need some guidance on a 'Too Many Subqueries' issue.

We have a 'task' table that is used two times (alias PickUp, Delivery) The relationship uses an 'and' clause to qualify the relationship. For example, .... FROM Job JOIN Task Pickup ON Job.ptask_ID = Pickup.task_ID AND Pickup.type = 'P' JOIN Task Delivery ON Job.dtask_ID = Delivery.task_ID AND Delivery.type = 'D'.

I think that uses up the two subqueries we are allowed by VFP. If I have need for another (and I do of course) We are greeted with the 'TOO MANY SUBQUERIES' error.

Is there a better approach that will circumvent this issue?

Thanks,

Ken
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform