Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox dropdown for 400k records search
Message
From
24/09/2006 10:43:47
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
24/09/2006 06:43:27
Yh Yau
Ingenuity Microsystems Sdn Bhd
Kuala Lumpur, Malaysia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01154761
Message ID:
01156774
Views:
24
>Tore,
>Does that mean that the following query will then be rushmore optimized?
>
>ie : select prodcode, proddesc from tstokmast where !deleted() order by 1 into cursor c_cursorname?

If SET DELETED is ON, you don't have to add !deleted(), but the index Tore suggests may still help. I think you should avoid !deleted() to make your SQL compatible with SQL Server to reduce your confusion if/when you switch between them.
Previous
Reply
Map
View

Click here to load this message in the networking platform