且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何存储和检索MS Word文档?

更新时间:2023-01-30 16:10:22

假设您打算将文档存储在数据库中,那么您需要将它们存储为blob.

http://articles.techrepublic.com.com/5100-10878_11-5766889.html [ ^ ]
Assuming you mean to store the documents in the database, then you need to store them as blobs.

http://articles.techrepublic.com.com/5100-10878_11-5766889.html[^]


您需要使用BLOB的帮助才能将单词存储到SQL Server中.
sql服务器具有IMAGE数据类型.用它来存储Word文件.
使用

希望这对您有所帮助...:rose:
you need to take a help of BLOB to store word into SQL server.
The sql server has IMAGE datatype. use that for storing Word file.
use this

hope this helps...:rose: