[ANN] Valentina 2.5.9 uploaded.
jda
jda at his.com
Wed Apr 11 06:09:32 CDT 2007
> Changing the code to
> >
>> if propertyValue.StringValue = "" then
>> myCursor.BlobField(fieldName).SetBlank
>> else
>> myCursor.BlobField(fieldName).writeRawData(propertyValue)
>> end if
>
>What you do after this? Tbl.AddRecord() or tbl.UpdateRecord() ?
Hi Ruslan,
myCursor.updateRecord
myDatabase.flush
myCursor = nil
>
> >
>> I realize .setBlank is the proper way to do things. But setting the
>> blob to empty shouldn't corrupt the database, should it?
>
>Kirill, try reproduce this in V4RB TEST project.
>or even better in kernel_test c++ tests.
>
OK. If he can't, it is 100% reproducible with my project.
Jon
More information about the Valentina
mailing list