新微赢技术网

标题: 小菜鸟遇到点问题请赐教。 [打印本页]

作者: ℡可可℡    时间: 2010-1-11 06:17
标题: 小菜鸟遇到点问题请赐教。
<%
name=request.form("name")
tel=request.form("tel")
set conn=server.createobject("adodb.connection")
conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("example3.mdb")
exec="select * from guestbook where name='"+name+"' and tel="+tel
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,1
%>
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<%
do while not rs.eof
%><tr>
<td><%=rs("name")%></td>
<td><%=rs("tel")%></td>
<td><%=rs("message")%></td>
<td><%=rs("time")%></td>
</tr>
<%
rs.movenext
loop
%>
</table>
</body>
</html>


rs.open exec,conn,1,1

Response.Write "" & vbCrLf
Response.Write "" & vbCrLf
Response.Write "" & vbCrLf[0]Script error detected at line 6,col[0].
Description: ODBC 驱动程序不支持所需的属性。



该如何修改。。。。
作者: 火箭筒︻$▅    时间: 2010-1-11 06:18
"driver={driver do microsoft access (*.mdb)};data source="&server.mappath("example3.mdb")

有建立数据源了吗.   

要不然的话你就用直接的方法写.

搜索下本论坛的精华贴有..
作者: ☆蘫弧ゞ无悔    时间: 2010-1-11 06:18
http://bbs.bccn.net/thread-217539-1-1.html
作者: メ阿ǒ瑞メ    时间: 2010-3-14 11:05
看了一遍原文,不懂;又看了一遍原文,还是不懂。再看了一遍原文,实在不懂。最后看了一遍回帖,懂了我为什么不懂……于是我懂了,人有时候要学会放弃。




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2