0
Answer

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

dorub

dorub

19y
1.7k
1
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 ?