how to save a word document from sql server
-
hi friends, i stored the word document in sql server's image column.and now i want to do the rever order work, ie., save the word document by reading(by using stream reader) from the sql server.please any help me immediately.
I'd imagine if you pass the bytes into a page with Response.Write, after setting the header to say it's a Word doc, then the browser would take care of the rest. Christian Graus - Microsoft MVP - C++
-
I'd imagine if you pass the bytes into a page with Response.Write, after setting the header to say it's a Word doc, then the browser would take care of the rest. Christian Graus - Microsoft MVP - C++
-
Sorry, I am about to leave for the day. I'm sure if you google response.write content-disposition word doc, you'll find what you want. Christian Graus - Microsoft MVP - C++