| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 843 人关注过本帖
标题:沟通从从语法开始(insert into语法错误)
取消只看楼主 加入收藏
tm_ma
Rank: 1
来 自:中南林
等 级:新手上路
帖 子:147
专家分:0
注 册:2007-3-20
收藏
 问题点数:0 回复次数:1 
沟通从从语法开始(insert into语法错误)

IE说:Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.OleDb.OleDbException: INSERT INTO 语句的语法错误。
_____________________________________________

程序:
<%@ import namespace="system.data" %>
<%@ import namespace="system.data.oledb" %>
<script language="vb" runat="server">
sub enter_Click(sender as object,e as eventargs)
dim conn as new oledbconnection("provider=microsoft.jet.oledb.4.0;data source=" & server.mappath("../databace/wwwlink.mdb"))
dim sql as string
sql="insert into wwwlink(sitename,url,intro,grade,submit_date) values('" & sitename.text & "','" & url.text & "','" & intro.text & "'," & cint(grade.selecteditem.text) & " , #" &now() &"#"
dim cmd as new oledbcommand(sql,conn)
conn.open()
cmd.executenonquery()
conn.close()
message.text="提交成功"
end sub
</script>
辛苦了!!!

搜索更多相关主题的帖子: insert 语法 沟通 
2007-03-31 16:13
tm_ma
Rank: 1
来 自:中南林
等 级:新手上路
帖 子:147
专家分:0
注 册:2007-3-20
收藏
得分:0 
以下是引用scindy在2007-4-2 11:56:23的发言:
#" &now() &"# 改成:#" & now() &"#

试试,加一空格!!!






我断网了几天
他说的对,但是还是不行,有出现一个新的错误
____________________________操作必须使用一个可更新的查询
想了很久,一直不懂!我更新记录也不行!


每个人都他妈的那么开心,为什么我就不行!
2007-04-04 18:42
快速回复:沟通从从语法开始(insert into语法错误)
数据加载中...
 
   



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

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