[V4MD] Equivalent of V12's WordStarts operator?

Ruslan Zasukhin sunshine at public.kherson.ua
Mon Sep 29 13:56:46 CDT 2008


On 9/29/08 9:39 PM, "Irv Kalb" <Irv at furrypants.com> wrote:

Hi Irv,

> I appreciate the help, but I'm still not getting this to work the right way.
> 
> I believe you that that the problem is with the indexing, but I don't
> know what I am doing wrong.  I am trying to build my table using
> INDEXBYWORDS.  This table is designed so that each record is just a
> single field which is a long string.  The code I am using to create
> the table is like this:
> 
> oTable = gDB.createTable(sTableName)  -- creates a reference to my
> table named 'sTable'
> ...
> oField = oTable.createStringField("AuthorYearRefKeywords", 1024,
> [#fIndexByWords]

IndexbyWords  itself do not create index yet.
    this is just modifier

Must be 

> [#fIndex,#fIndexByWords]


And db created by such code in Vstudio must show both flags: IW



-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list