asp语言set rst1=conn.Execute("insert into user (u_user,u_code) values ('" & request.form("f_user")

<!--#includefile="db.inc.asp"--><html><head><metahttp-equiv="Content-Type"content="te... <!-- #include file="db.inc.asp" -->

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>注册结果</title>
<style type="text/css">
<!-
body {
margin-top: 0px;
margin-bottom: 0px;
background-image: url();
background-repeat: no-repeat;
}
-->
</style></head>
<body>
<table width="800" border="0" align="center" cellspacing="0">
<tr>
<td width="218" height="72"> </td>
<td width="376"> </td>
<td width="200"> </td>
</tr>
<tr>
<td> </td>
<td align="center" valign="middle">
<%
set rst=Server.CreateObject("ADODB.recordset")
set rst1=conn.Execute("insert into user (u_user,u_code) values ('" & request.form("f_user") & "','" & request.form("f_code") & "')")
%>
<img src="img/zcsb.jpg" width="355" height="240" /><br>
<img src="img/zccg.jpg" width="357" height="229" /></td>
<td> </td>
</tr>
<tr>
<td height="154"> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>
上面的代码怎么运行不了,
错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] 操作必须使用一个可更新的查询。
/fifasp/result.asp, 第 29 行
代码我都抄对了,怎么就不行呢。我是从这个视频抄的:http://www.enet.com.cn/article/2006/0703/A20060703122631.shtml
视频答案
1.我们要连接数据库需要使用ADO组件中的(connection)对象,创建它的方法是:set
变量名=server.CreateObject(“ADODB.connection”)。
2.我们使用connection对象的(open)方法加上(连接字符串)就可连接数据库了。
3.我们常用的数据库连接方式是:(连接字符串方式连接)。
展开
 我来答
百度网友915f237
2010-09-06 · TA获得超过1087个赞
知道小有建树答主
回答量:1305
采纳率:0%
帮助的人:349万
展开全部
(u_user,u_code) values ('" & request.form("f_user")

这显然是错误的啊

前面两个字段,后面只有一个值,怎么能行,还有那个括号,闭都没闭合啊
kefanmail
2010-09-06 · TA获得超过690个赞
知道小有建树答主
回答量:419
采纳率:0%
帮助的人:391万
展开全部
将SQL输出看一下就知道了。

<%
set rst=Server.CreateObject("ADODB.recordset")
Response.write(("insert into user (u_user,u_code) values ('" & request.form("f_user") & "','" & request.form("f_code") & "')")
'set rst1=conn.Execute("insert into user (u_user,u_code) values ('" & request.form("f_user") & "','" & request.form("f_code") & "')")
%>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
?>

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式