Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK or INDEXSEEK
Message
From
17/07/2001 08:39:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SEEK or INDEXSEEK
Miscellaneous
Thread ID:
00531459
Message ID:
00531459
Views:
50
Hi

I know that if you issue an INDEXSEEK with .F. included to not move the record pointer, then it's quicker than SEEK.

But what if I include .T. to move the record pointer, is it still faster than SEEK.

eg.
INDEXSEEK(cValue, .T., "Table1", "Index1") or
SEEK(cValue, "Table1", "Index1")

Is there really any difference?

Thanks
Kev
Next
Reply
Map
View

Click here to load this message in the networking platform