How do you save a Word Doc file into an SQL Server 2000 Database?
I have been trying to findout how you go about saving a word document into my database. My current attempts are using the 'image' datatype. The problem I am having is how do I get the file it's self into a variable that I can pass to the database to store?
I am using VB.Net in VS 2003.
Any ideas welcome,
Danny

