如何从Web应用程序编辑,更新文档

问题描述:

你好,
我想从数据库中检索图片,pdf,doc文档,并且需要编辑,更新保存文档
例如matimony bio数据或简历的示例

hello,
I want to how retrive the pics,pdf,doc documents from the database and need to edit ,update save the documents
like example matimony bio data or resumes



您必须以二进制模式存储文档,文件或图片.通过下面的链接,它将引导您,

http://www.4guysfromrolla.com/articles/120606-1.aspx [ ^ ]


谢谢
--RA
Hi,

You have to store the Documents, file or Pictures in binary mode. go through the below link, this will guide you,

http://www.4guysfromrolla.com/articles/120606-1.aspx[^]


Thanks
--RA


如果您只想检索数据库中的文档,则需要研究二进制或blob.使用Scalar或Datareader是一个不错的选择.
If you just want to retrieve the document in the database, you need to study about binary or blob. using Scalar or Datareader is good option.