If you use the SqlClient class and the proper SqlDbType for the parameter,
you can simply use the DataAdapter.Fill method and stick the result into a
DataSet.
You can pull out the image in that row / column by casting it to a byte
array
(byte[]).
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.