Dim image As Byte() = DirectCast(comm and.ExecuteScal ar(), Byte())
stream.Write(im age, 0, image.Length)


you can retreve each image and put it into bitmap.

http://net-informations.com/vbprj/da...ieve-image.htm

helsy...