virtuals fields / ViSQL

jda jda at his.com
Fri Jan 14 09:05:07 CST 2005


>
>Guys where you read this?!
>Or I explain in bad way ... :-)

I'm sure you are explaining it very well. I'm just understanding it badly. :-)

>
>   fld.IndexByWords = true
>     
>        // you set modifier, this not means INDEX was built.
>        
>   fld.Find()   
>        
>         // NON indexed search
>
>   fld.Indexed = true    // BUILDS INDEX
>
>   fld.Find()   
>
>         // indexed search
>

So, very simply, if I create a field like this

   pages = CreateTextField("pages", 128, EVFlag.fNullable + 
EVFlag.fIndexed + EVFlag.fIndexByWords)

will be be indexed when I populate it?

Or do I also have to have this line in code to actually have an index made:

pages.indexed = true


Jon


More information about the Valentina-beta mailing list