Using DeferredBlobRead property causes data loss
Posted: Mon 16 Nov 2015 11:30
I have a problem with DeferredBlobRead property of TUniQuery.
a) I open Firebird table via TUniQuery.
TUniQuery has DeferredBlobRead set to True.
Table contains some text blob fields, which are not displayed on my form.
b) I change value of one field and save record.
All blob fields data are lost!
It appeared probably in version 6.2.7 or 6.2.6.
It is a huge problem for us, because we use DeferredBlobRead on some hundreds forms and many our customers are losing their import information! How to resolve the problem?
a) I open Firebird table via TUniQuery.
TUniQuery has DeferredBlobRead set to True.
Table contains some text blob fields, which are not displayed on my form.
b) I change value of one field and save record.
All blob fields data are lost!
It appeared probably in version 6.2.7 or 6.2.6.
It is a huge problem for us, because we use DeferredBlobRead on some hundreds forms and many our customers are losing their import information! How to resolve the problem?