asp 小程序代码问题!

<%DimrsInfo,sql,cssprs,ks,actionaction=Request.QueryString("action")ifaction="go"then... <%
Dim rsInfo,sql,cssprs,ks,action
action = Request.QueryString("action") if action ="go" then
Response.Expires=0

if Request.TotalBytes then
set a=createobject("adodb.stream")
a.Type=1
a.Open
a.write Request.BinaryRead(Request.TotalBytes)
a.Position=0
b=a.Read
c=chrB(13)&chrB(10)
d=clng(instrb(b,c))
e=instrb(d+1,b,c)
set f=createobject("adodb.stream")
f.type=1
f.open
a.Position=d+1
a.copyto f,e-d-3
f.Position=0
f.type=2
f.CharSet="GB2312"
g=f.readtext
f.Close
h=mid(g,instrRev(g,"\")+1,e)
i=instrb(b,c&c)+4
j=instrb(i+1,b,leftB(b,d-1))-i-2
if j <1 then
set f =nothing
set a =nothing
response.write "请确认上传的文件无误<a href='?'>重新上传</a>"
response.end
end if
f.Type=1
f.Open
a.Position=i-1
a.CopyTo f,j
h = Mid(h, InStrRev(h, "filename=""") + 10)
f.SaveToFile server.mappath("/EXCEL/"& h),2
f.Close
set f=Nothing
a.Close
set a=Nothing end if
Set rsInfo = Server.CreateObject("ADODB.RecordSet") Set rsInfo = OpenExcel(Server.MapPath("/excel/a.xls"))
If rsInfo.State<> 1 Then
Response.Write "导入失败1!"
Response.End
End If
If rsInfo.EOF And rsInfo.BOF Then
Response.Write "导入失败2!"
Response.End
End If
If IsNull(rsInfo.Fields(0)) or Trim(rsInfo.Fields(0))="" Then
Response.Write "导入失败3!"
Response.End
End If
If rsInfo.Fields.Count<> 6 Then
Response.Write "导入失败4!"
Response.End
End If
While Not rsInfo.EOF
If Trim(rsInfo.Fields(0))<> "" Then
sql="update TZ_SBGL set 检定周期="&rsInfo.Fields(3)&",检定日期='"&rsInfo.Fields(4)&"',有效日期='"&rsInfo.Fields(5)&"' where 中类='"&rsInfo.Fields(0)&"' and 设备类别='"&rsInfo.Fields(1)&"' and 设备编号="&rsInfo.Fields(2)&""
'response.Write sql set cssprs=Conn.execute(sql)
End If
rsInfo.MoveNext
Wend

rsInfo.Close
Set rsInfo=Nothing
Conn.Close
Set Conn=Nothing

End if %>
以上asp代码实现的功能是上传excel文件到服务器,并根据excel文件中的内容对数据库中指定的表进行修改(html代码和一些不太重要的代码因篇幅原因已省)。我现在的问题是:“ Set rsInfo = OpenExcel(Server.MapPath("/excel/a.xls"))”这句话中a.xls如何替换成直接在file表单中选择的excel文件名。比如说:C:\Users\cc\Desktop\费用导入模板.xls,自动的就替换成了:费用导入模板.xls,而不是上面固定的:a.xls。
展开
 我来答
缓步莫迟疑C
2013-03-17 · TA获得超过1.1万个赞
知道大有可为答主
回答量:6217
采纳率:73%
帮助的人:6502万
展开全部
看到你上面已经给变量h赋值了一个文件名,那是不是可以直接使用这个h呢?
试试这样改吧,不知道是不是你的意图
Set rsInfo = OpenExcel(Server.MapPath("/excel/" & h))
神奇宝贝187
2013-03-17 · TA获得超过3069个赞
知道大有可为答主
回答量:2161
采纳率:42%
帮助的人:676万
展开全部
加我起鹅号2131231
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式