Saving Image from dataset to file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How does one go about saving a bitmap image that is stored in an image
datatype field in a dataset to a bmp file using the CF?
 
Just open a file stream and write byte array to it. FileStream.Write()
should do.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 

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.

Ask a Question

Similar Threads


Back
Top