F
Filip De Backer
Hi,
I've got a column in a table which contains images (bmp
and jpg, i guess sql server don't convent the jpg to
bmp??).
How can I extract these images from the table.
I've tried something with a MemoryStream, but I don't know
how to save it to a file because this stream is a byte
array and I can't check the file type and other stuff like
that.
Is there anybody with the same problem?
Thanks a lot
Filip
I've got a column in a table which contains images (bmp
and jpg, i guess sql server don't convent the jpg to
bmp??).
How can I extract these images from the table.
I've tried something with a MemoryStream, but I don't know
how to save it to a file because this stream is a byte
array and I can't check the file type and other stuff like
that.
Is there anybody with the same problem?
Thanks a lot
Filip