v 2.3 -- VarChar limited to 2044 of UTF16 chars (4Kb page)

jda jda at his.com
Wed Apr 5 09:50:11 CDT 2006


Hi Ruslan,

I added this to my db open:

       if vdb.SchemaVersion < kCurrent then
         vdb.Table("prefs").VarCharField("VarCharField").MaxLength = 1022
       end if

And of course it works. However, I still can't read the data that was 
in the varCharField. All strings come back as empty.

I need to be able to recover the data in those fields when the 
upgrade is done (i.e. 2.3 must be able to read at least the first 4 
pages of data from the 2.2 varChar field).

Jon


More information about the Valentina-beta mailing list