sqlite - UWP saving and retrieving storagefile from a database -


i want save , retrieve storagefile , bitmap images sqlite database. , retrieve them later on. , bitmapimage thumbnail of file. thnks in advance

as have told saving storagefile , bitmapiamge database not idea. database might choke if image file big. instead save path of image db. can load image using path

myimage.source = new bitmapimage(new uri(   "ms-appx:///assets/worldcupflags/sri_lanka.png", urikind.absolute)); 

and storagefile can't store database.


Comments