2

I have a xamarin app for android and iOS. It uses an sqlite database.

Is it possible to store images in the database? I can't seem to find a C# type that is allowed when defining the field type. thanks

WaterBoy
  • 697
  • 3
  • 13
  • 35
  • 1
    Blobs use byte arrays. – CL. Aug 18 '14 at 11:19
  • 1
    possible duplicate of [how to store image in sqlite database](http://stackoverflow.com/questions/9357668/how-to-store-image-in-sqlite-database) – Chris Aug 20 '14 at 09:00
  • yes -that's a good answer thanks - – WaterBoy Aug 21 '14 at 01:39
  • Hi WaterBoy! I just posted an answer to a similar question here: http://stackoverflow.com/questions/41337487/xamarin-how-to-download-image-from-url-and-save-it-to-a-local-sqlite-database/41337488#41337488 – Brandon Minnick Dec 27 '16 at 00:59

0 Answers0