0
Reply

How to retreve a Word document from an array of bytes ?

dorub

dorub

Apr 26 2005 9:37 AM
1.7k
hello everyone, I'm working on a project in which I need to save a Word document to a SQL Server table. When saved , the document goes to the database as an array of bytes. What is the proper way to retreve the document back from that array of bytes ? Can you help me with some code example ?