L
liuyaook1166
Unregistered / Unconfirmed
GUEST, unregistred user!
http://www.delphibbs.com/delphibbs/dispq.asp?lid=994262
我提出这个问题,大框框我也懂,看了回贴后,没有我想要的,唉。
付ASP程序,EXCEL启动后,得到乱码,大家能给我具体指导一下吗。
<!--#Include file="conndb.inc" -->
<%
set rs=server.createobject("adodb.recordset")
rs=conn.execute("select bd from bg where xh='1'")
response.contenttype = "Application/vnd.ms-excel"//启动EXCEL
response.binarywrite rs('bd')//bd为BLOB字段
%>
我提出这个问题,大框框我也懂,看了回贴后,没有我想要的,唉。
付ASP程序,EXCEL启动后,得到乱码,大家能给我具体指导一下吗。
<!--#Include file="conndb.inc" -->
<%
set rs=server.createobject("adodb.recordset")
rs=conn.execute("select bd from bg where xh='1'")
response.contenttype = "Application/vnd.ms-excel"//启动EXCEL
response.binarywrite rs('bd')//bd为BLOB字段
%>