Hello all,

I have a database (SQL Server) with a couple of tables that I retrieve records from and display on a form.  All records retrieved are dumped into a dataset for easy, quick access.  One field is an image datatype and my problem is displaying the image from the dataset.  I can run a query straight to the table and tie the image to a picturebox component.  Its just running that same code from the dataset that I get my error.  The error, btw, is data conversion error from String to Byte, being the String is in the dataset and my image display code has to do that Byte conversion of the image datatype.

Can a dataset hold an image datatype?