问题描述
<!--#includefile="Connections/conn.asp"--><html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><linkrel="stylesheet"href="myStyle.css.css"type="text/css"><styletype="text/css"><!--table{font-size:9pt;text-decoration:none;border:1pxsolid#000000;}.STYLE2{font-family:"宋体";font-size:15pt;}--></style></head><body><%strQuery="select*frombaidu_user"setrs=server.CreateObject("adodb.recordset")rs.openstrQuery,"driver={microsoftaccessdriver(*.mdb)};DBQ="&server.mappath("databasedb.mdb")&";",3,3rsadduserrs("uAccount")=""rs("uPassword")=""rs("uName")=""rs("uGroup")=""rs("uLevel")=""rs.updaters.closesetrs=nothing%><script>alert("添加用户成功!")</script><formname="form1"method="post"action="adduser.asp"><tablewidth="390"border="0"align="center"cellpadding="2"cellspacing="1"><tralign="center"bgcolor="#F55AE5"><tdheight="30"colspan="2"><spanclass="STYLE2"><fontcolor="white">添加用户</font></span></td></tr><tralign="center"><td>用户名:<inputtype="text"class="goto"size="18"><br>出入密码:<inputtype="password"class="goto"size="18"><br><inputtype="submit"name=""value="提交"> <inputtype="reset"name=""value="取消"></td></tr></table></form></body></html>添加用户 但是老报错 MicrosoftOLEDBProviderforODBCDrivers(0x80004005)[Microsoft][ODBC驱动程序管理器]未发现数据源名称并且未指定默认驱动程序哪里错拉 我用的是绝对路径啊?/?谢谢
解决方案
解决方案二:
我建议到ASP区求助会更好。
解决方案三:
<!--#includefile="Connections/conn.asp"--><html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><linkrel="stylesheet"href="myStyle.css.css"type="text/css"><styletype="text/css"><!--table{font-size:9pt;text-decoration:none;border:1pxsolid#000000;}.STYLE2{font-family:"宋体";font-size:15pt;}--></style></head><body><%strQuery="select*frombaidu_user"setrs=server.CreateObject("adodb.recordset");rs.openstrQuery,"driver={microsoftaccessdriver(*.mdb)};DBQ="&server.mappath("databasedb.mdb")&";",3,3;rs("adduser")="";rs("uAccount")="";rs("uPassword")="";rs("uName")="";rs("uGroup")="";rs("uLevel")="";rs.update;rs.close;setrs=nothing;response.write("<scriptlanguage='javascript'>alert('添加用户成功');</script>");%><formname="form1"method="post"action="adduser.asp"><tablewidth="390"border="0"align="center"cellpadding="2"cellspacing="1"><tralign="center"bgcolor="#F55AE5"><tdheight="30"colspan="2"><spanclass="STYLE2"><fontcolor="white">添加用户</font></span></td></tr><tralign="center"><td>用户名:<inputtype="text"class="goto"size="18"><br>出入密码:<inputtype="password"class="goto"size="18"><br><inputtype="submit"name=""value="提交"> <inputtype="reset"name=""value="取消"></td></tr></table></form></body></html>
解决方案四:
MicrosoftVBScript编译器错误(0x800A0401)语句未结束/s/5/adduser.asp,line25,column49setrs=server.CreateObject("adodb.recordset");还是不行呢啊