Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query too complex
Message
From
19/02/2009 23:26:49
Neil Mc Donald
Cencom Systems P/L
The Sun, Australia
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Miscellaneous
Thread ID:
01383004
Message ID:
01383014
Views:
55
Hi,
I have also been here too long also, I was working on the wrong table.

>>Hi,
>>Both yours and Sergeys answers still give "Too Complex" errors.
>
>Are you sure that curRemove is the real cursor (created with NOFILTER clause)?
>
>How big are both cursors?
>
>You can also try
>
>select PatID from curRemove ;
>LEFT JOIN curExcept on curRemove.PatID = curExcept.PatID ;
>where curExcept.PatID IS NULL into cursor curReallyRemove nofilter
>
>delete Pattern from Pattern inner JOIN curReallyRemove on Pattern.PaidID = curReallyRemove.PatID
>
>I think both mine and Sergey's queries were wrong originally. But it's funny we both made the same mistake. It just shows that we have been here too long :)
Regards N Mc Donald
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform