Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need a code similar to the locate function in VFP.
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00410652
Message ID:
00412047
Views:
22
>>>Napoleon;
>>>
>>>As was stated, if you are using ADO you can use the Find method. To me Find is slow but simple and I prefer to create a new SQL statement to obtain the data I require. This may result in quicker response time if you are using large data sets.
>>>
>>>Tom
>>
>>The find method of ADO is optimizable by creating an index on the field you are searching.
>
>FYI, the Find method doesn't use any index. The Seek method does.

The Find method should also use an index, if the provider supports indexes. See the following article/s: http://msdn.microsoft.com/library/psdk/dasdk/mdad4mib.htm
Tim Westmoreland
Software Engineer
Skyline Technologies, Inc.

"Upper classes are a nation's past; the middle class is its future." - Ayn Rand, Russian-born author (1905-1982).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform