Hello,
can anyone say how to insert the pdf file into sqlserver 2005 and read the pdf file from sqlserver...
Thanks in advace
Hello,
can anyone say how to insert the pdf file into sqlserver 2005 and read the pdf file from sqlserver...
Thanks in advace
If you are interested into using database for file storage, look at this 4guysfromrolla article. It's web oriented, but there should be no problem finding what you need.
Essentially, you are just talking about BLOB storage and retrieval (of image
or varbinary(max)
data). See this question: Streaming directly to a database