Working with blobs isn't a fun: 1. You'll have to excerp the data of the blob: I think Image.Data=yourresult!image where Image is a String, 2. To save the data as a picture: File.Save(pathtoimage,Image) 3. To load the picture into a Picture=Picture["pathtoimage "] With a huge number of image it can be terrible slow.