SQLite Blob Fields Problem
Posted: Tue 25 Nov 2014 13:53
Hi,
I'm trying to use evaluation version of UniDac5512 but in my first test I see the problem with blobs text fields:
I have two fields blob text in my table, fieldA, fieldB and other fields, string, booleans and so on. When I make a update in any other field in this table, the contents of blob text fields vanish. Yes! The text inside both of them just disappear. The other fields, including string fields (varchar 40) remains with the correct contents.
Additional info: I'm using TuniQuery, TClientDataset, TDataSetProvider, TDataSource.
Delphi Version 7 Update Pack2, Windows XP. In problem table, the
TDataSetprovider is set updates to "WhereChanged" and the KeyField set properly in both
(TUniQuery, TClientDataSet).
I'm try this component for access SQLite by indication and I planned to buy, if everything is fine on my system. I tried to understand what happens with the blob text contents and why JUST text on the blobs dissapears.
Thanks for any kind of help.
R.Vital Mello
Brasil.
P.S: Sorry, my english bites sometimes!
I'm trying to use evaluation version of UniDac5512 but in my first test I see the problem with blobs text fields:
I have two fields blob text in my table, fieldA, fieldB and other fields, string, booleans and so on. When I make a update in any other field in this table, the contents of blob text fields vanish. Yes! The text inside both of them just disappear. The other fields, including string fields (varchar 40) remains with the correct contents.
Additional info: I'm using TuniQuery, TClientDataset, TDataSetProvider, TDataSource.
Delphi Version 7 Update Pack2, Windows XP. In problem table, the
TDataSetprovider is set updates to "WhereChanged" and the KeyField set properly in both
(TUniQuery, TClientDataSet).
I'm try this component for access SQLite by indication and I planned to buy, if everything is fine on my system. I tried to understand what happens with the blob text contents and why JUST text on the blobs dissapears.

Thanks for any kind of help.
R.Vital Mello
Brasil.
P.S: Sorry, my english bites sometimes!
