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

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

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

3条回答
  •  Happy的楠姐
    2020-12-29 17:55

    Essentially, you are just talking about BLOB storage and retrieval (of image or varbinary(max) data). See this question: Streaming directly to a database

提交回复
热议问题