How do I store camera photo in sqlite database and retreive it to replace an existing image object?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Do not store images in DB as DB has size restrictions with respect to data size that can be inserted and read.

Instead write the image file to file system using kony.file API's and insert the file path into database.