Hi !
im workin with the SQL server05, i want to store a document file as it is into a field in my database.
Some may suggest to extracting the text from the doc file to an array and passing it to the sp and save it ! I hope there should be a way around to store the document file as we save the images
My primary question is !
1. Can a .doc file be stored as it is in a data base field?
2. If so what data type should i use is it ntext or some other ?
Kindly provide me with a valid solution
Thanks in advance
im workin with the SQL server05, i want to store a document file as it is into a field in my database.
Some may suggest to extracting the text from the doc file to an array and passing it to the sp and save it ! I hope there should be a way around to store the document file as we save the images
My primary question is !
1. Can a .doc file be stored as it is in a data base field?
2. If so what data type should i use is it ntext or some other ?
Kindly provide me with a valid solution
Thanks in advance
Comment