Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word search
Message
From
03/02/1997 04:32:54
 
 
To
02/02/1997 18:03:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00018851
Message ID:
00019105
Views:
50
PMFJI people,

Have you thought of using PhDbase?

it doesn't just index memo filelds, it will index any character or memo field and its retrieval is on a par with SQL - for simple expressions it's fast, complex expressions you can make as slow as a HAVING clause <g>.

>> >>SELECT mytable
>> >>SET FILTER TO
>> >>alltrim(SUBSTR(ctitle,atc((substr(cname,1)),ctitle),len(cname)))=cname
>> >
>> >Do you have a tag on
>> alltrim(SUBSTR(ctitle,atc((substr(cname,1)),ctitle),len(cname)))?
>>
>> No. Do you think that is the better way to do it?
>
>most probably - YES
>I would also try to simplify the expression and do this in stages
>the later stages would be faster as you wil have a smaller sub-set of record to "work" on
>commands like ATC etc. take longer time to evaluate than simple indexes
>
>Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform