| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 7124 人关注过本帖
标题:向高手请教关于数据库连接的问题
只看楼主 加入收藏
shen8603527
Rank: 1
等 级:新手上路
帖 子:27
专家分:0
注 册:2004-6-2
收藏
得分:0 
<html>
<head>
<title>提交资料</title>
</bead>
<body>
提交资料
<form method=post action="index.asp" name="form1">
姓名:<input type="text" size=10 name="username"><br>
电话:<input type="text" size=10 name="tel"><br>
<input type="submit" value="提交" name="sub1">
<input type="reset" value="重填">
</form>
<script language=vbscript runat=server>
<!--sub sub1_onclick
<%
username=request.form("username")
tel=request.form("tel")
application("show")="你提交的资料是姓名:"&username&"电话:"&tel&"<br>"&application("show")
response.write application("show")
set conn=server.createobject("adodb.connection")
conn.Open "dsn=addressdata"
conn.execute ("insert into address (name,tel) values('&username&','&tel&')")

conn.close
set conn=nothing
%>
end sub
-->
</script>
</body>
</html>

/home/bbs3/wdb/upload/forum2_f_269_1068812954.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http:///home/bbs3/wdb/upload/forum2_f_269_1068812954.jpg');}" onmousewheel="return imgzoom(this);" alt="" />
2004-06-03 22:27
belin2000
Rank: 3Rank: 3
等 级:论坛游侠
威 望:5
帖 子:975
专家分:194
注 册:2004-6-2
收藏
得分:0 

conn.execute ("insert into address (name,tel) values(' "&username&"','"&tel&"')")

这样空看


59ita点com(我就爱TA)
2004-06-03 22:37
shen8603527
Rank: 1
等 级:新手上路
帖 子:27
专家分:0
注 册:2004-6-2
收藏
得分:0 
还是不行啊,会不会是我的操作系统的关系,我的是2003

/home/bbs3/wdb/upload/forum2_f_269_1068812954.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http:///home/bbs3/wdb/upload/forum2_f_269_1068812954.jpg');}" onmousewheel="return imgzoom(this);" alt="" />
2004-06-03 23:51
快速回复:向高手请教关于数据库连接的问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.017831 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved