asp读取存储在SQL Server2000数据库中的Word文档,怎样才能正确显示?
我把Word文档以二进制的方式存储在SQL Server2000数据库中,但在用asp读取时,不能正确显示,提示下载文件,然后显示出一堆乱码。语句如下:response.contenttype = "Application/msword"Response.BinaryWrite (rs("text"))
请各位大侠给看看
2013-03-19 10:18
2013-03-21 09:31
2013-03-25 15:36
2013-03-29 21:31
2013-04-02 16:49
2013-04-04 20:27