[ANN] Valentina 2.5.9 uploaded.

jda jda at his.com
Tue Apr 10 06:22:26 CDT 2007


>
>
>I've noticed similar behaviour also,
>
>What I'm doing is to change a db schema
>(converting 2 String Fields 50 to Varchar Fields 255)
>the first is a plain String Field and seems to produce no issues
>the second is an Indexed Method String Field (based on the containts of
>first one)
>
>At first I get error message that I can't change the type of Method field
>so I go the route of deleting it and creating a new Field (it's a calculated
>method after all, no data loss)
>It works fine but I get errors from diagnose regarding wrong index entries
>(fixed by a Reindex) and others oddities I can't remember now
>
>Seems that cloning the db after Schema changing fixes all this so that's
>what I do
>

That doesn't work in my case (clone gives the same vexception).

More info here: the problem is with blobs. The "wrong segment" 
exception occurs with this line

termList = myCursor.BlobField(1).readRawData

Jon


More information about the Valentina mailing list