Image to DB ?

M

Mark

how do I store an Image (tiff) in MS SQL Server ??

Use a FileStream to read it into a byte[] (array of bytes), and then store
it in a column of type image in your SQL server.

Mark
 

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


Top