I have a Form which saves an image in a BLOB. There is something wired going on. I can select and assign an image. the image seems to save within database (SQLite), but when I open a SQLite manager the image looks strange (depending on what SQLite browsking tool I use). When I opened the table in (Firefox) SQLite Manager the field looks like on the attached image. When I open this same table i.e. in SQLite Expoert it is even worse, because the image is invisible. I tried to add the same image manuall in SQLite Manager and it works finm and I can see theimage in a record’s BLOB.
I have an Android App which uses the same database and I’m haing problem reading BLOB images saved with SC Application.
Take a look at SQLite manager screenshoot. As you cee the first BLOB looks OK and it was added with SQLite Expert. The other two were aded with SC App. Why they look so different ?
To make it even worse - when I go to EDIT mode with SQLite manager it cashes the program completely.
Any ideas ?
Arthur