How to insert and read a pdf file to Sql Server 2005 database using C#

后端 未结 3 763
予麋鹿
予麋鹿 2020-12-29 17:11

How to insert the pdf file into sqlserver 2005 and read the pdf file from sqlserver?

3条回答
  •  伪装坚强ぢ
    2020-12-29 17:40

    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.

提交回复
热议问题