Review the sample database.
What is the BLOB column storing for this particular database table?
BLOBs are used when the data is not easily defined or not typical, so BLOBs can basically be used to store anything. The embedded JPG file most likely stores the image associated with the contact for this application.
The file header of FF D8 indicates a JPEG image is being stored in this BLOB.
Currently there are no comments in this discussion, be the first to comment!