Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Searching for words *within* a field
Message
From
02/09/2001 09:54:45
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
31/08/2001 13:45:20
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00551437
Message ID:
00551582
Views:
21
>Thanks for the suggestions. I'll experiment with it although I'm afraid that the eventual SELECT that matches records from the original table with the ID's of the matching records will slow things down. I'll let you know how I make out.

Creating a view forces you to do things in a single SQL statement. If this can be avoided, you can always select from dictionary into a cursor first, and then join your table with this cursor. This would give you speed, because the thing which may slow SQL down is a join of two long tables.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform