Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scan not working in EXE but is fine in Debug
Message
From
21/02/2009 11:28:43
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01383020
Message ID:
01383273
Views:
51
>>>I was not sure if VFP6 accepts:
>>>UPDATE ...;
>>>FROM ....;
>>>INNER JOIN ....
>>
>>update it can to be slow a lot,
>>join is not required here
>>
>>UPDATE WOMaster SET WOPrinted = .T. WHERE WONumber IN (SELECT WONumber FROM workorders)
>>
>
>You may also write it using EXISTS, could be quicker.

No, never I have see a speed difference with EXISTS and IN
Previous
Reply
Map
View

Click here to load this message in the networking platform