您的位置:程序门 -> web 开发 -> asp



求助


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


求助
发表于:2008-01-16 17:46:47 楼主
microsoft   jet   database   engine   (0x80040e10)
至少一个参数没有被指定值。
/myweb2/signedsuccess.asp,   第   33   行


、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、
、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、
<%  
dim   conn,sqlstr,workid,signedcontent,content,author
set   conn=server.createobject("adodb.connection")
conn.connectionstring="provider=microsoft.jet.oledb.4.0;data   source="   &   server.mappath("./database/database.mdb")
conn.open
workid=request.form("workid")
signedcontent=request.form("assignedcontent")
content=request.form("content")
author=request.form("author")
sqlstr="update   workinfo   set   content=   "&   (signedcontent)     &     (author)     &   (content   )   &   "   where   id=   "     &   (workid)
conn.EXECute   sqlstr     33行
%>
发表于:2008-01-16 17:56:411楼 得分:0
哥哥       是你的sql语句错误   !

试试    
vbscript code
sqlstr=" update workinfo set content= '" & signedcontent & author & content & "' where id= " &(workid)
发表于:2008-01-16 18:13:362楼 得分:0
hehe   谢谢,初学,哈哈
发表于:2008-01-16 19:26:393楼 得分:0
忘记结贴啦       做人厚道   ....


快速检索

最新资讯
热门点击