Or actually, looking again at your code...

Assuming that the FileName column in your DB is just that, a FileName, create a folder on your Mobile Device, and save the photo into that folder, using the FileName as it's name, and then load the photo up into the PictureBox from there.

Gary