For Save .doc file in Sql Server 2000
I want to Save Word File in SQl Server, how it is possible

Software/Hardware used:
ASKED: September 19, 2008  6:31 AM
UPDATED: September 19, 2008  6:19 PM

Answer Wiki:
Create a table with a column of the IMAGE data type. You can upload the binary data of the file into this field to save the file. You will need to write a client application in a language like VB.NET, C#, C++, etc to take the actual file and load it into th database.
Last Wiki Answer Submitted:  September 19, 2008  6:19 pm  by  Denny Cherry   64,550 pts.
All Answer Wiki Contributors:  Denny Cherry   64,550 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _