主题:  各位老大,我在http://www.brinkster.co

xlin

职务:普通成员
等级:1
金币:0.0
发贴:2
#12002/2/22 18:08:45
各位老大,我在http://www.brinkster.com/上传文件的时候有这段

<%
'
dim conn
dim connstr
on error resume next
connstr="DBQ="+server.mappath("guest.mdb")+";DefaultDir=;DRIVER={Microsoft Access Driver (*.mdb)};"
set conn=server.createobject("ADODB.CONNECTION")
conn.open connstr
'
%>

编码的APS文件总是不能上传

出现下面的文字

Brinkster File Uploader

Finishing File Upload Process...
Uploading File 1...adc.asp
--> Scanning File ...Error : Improper use of 'on error resume next'. Please remove.

0 file(s) uploaded.

The improper use of 'on error resume next' was noted. Comment out the 'on error...' directive of the offending file and reupload it.


Click here to return to the File Manager.

谁能告诉我为什么!!!!!!



5D荣誉斑竹

职务:普通成员
等级:2
金币:1.0
发贴:343
#22002/2/23 3:28:36
去掉这一句 on error resume next