Altering table

jda jda at his.com
Sat Jul 2 16:06:37 CDT 2005


>Hello jda,
>
>Saturday, July 2, 2005, 8:53:18 PM, you wrote:
>
>j> vdb.Table("bibAndDoc").StringField("propertyName").indexByWords =
>j> false
>j>          
>j> vdb.Table("bibAndDoc").Field("propertyName").isIndexed = false
>
>The reversed sequence is working.
>E.g.
>
>vdb.Table("bibAndDoc").Field("propertyName").isIndexed = false
>vdb.Table("bibAndDoc").StringField("propertyName").indexByWords = false
>

Hi Ivan,

I'm afraid it does not work for me. I reversed the lines, but the 
database is not changed. If I look with viSQL, I see

propertyName      String[32]     NW

W = indexed by word

And I still get the exception when I try to open the db.

Jon


More information about the Valentina-beta mailing list