您的位置:首页 > 数据库

关于word文档的数据库存取

2007-07-13 14:20 369 查看
////////////////////////////////////////////////////
input a word document into the sql-server storage
notice :
the type of word document in sql-server database is image
the table structure in sql-serve
blob表

id int 4 0
name char 50
blob image 16
type char 60

protected void Button1_Click(object sender, EventArgs e)

output the word document from sql-server database
protected void Page_Load(object sender, EventArgs e)

http://www.cnblogs.com/liulanglang/archive/2007/06/25/794617.aspx
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: