ASP+Oracle的程序,运行时总出现这样的提示:
“Microsoft VBScript 运行时错误 (0x800A01A8)
缺少对象: ‘Provider=OraOLEDB.Or’”
原程序如下:
emp_name=request.form("emp_name")
p_type=request.form("p_type")
p_description=request.form("p_description")
p_time=request.form("p_time")
exec="insert into service(id, file_number, emp_name, p_type, p_description, p_time, p_status) values ('"&TempID&"', '"&emp_name&"', '"&p_type&"', '"&p_description&"', '"&p_time&"', 'NEW')"
conn.execute exec
修改后的程序如下:
rs.addnew
rs("id")=id
rs("emp_name")=request.form("emp_name")
rs("p_type")=request.form("p_type")
rs("p_description")=request.form("p_description")
rs("p_time")=request.form("p_time")
rs("p_status")="NEW"
rs.update
顺利通过!
可见基本功是多么重要啊,基本功不好只能东抄西抄,等待你的只有无数的错误和BUG!
> fdsf Says:
Warning: Undefined variable $comment in /www/wwwroot/wordpress/wp-content/themes/OtherSide/comments.php on line 29
Warning: Attempt to read property "comment_approved" on null in /www/wwwroot/wordpress/wp-content/themes/OtherSide/comments.php on line 29
11 3 月, 2007 at 下午6:42
放屁
Warning: Attempt to read property "user_level" on bool in /www/wwwroot/wordpress/wp-includes/deprecated.php on line 252
Warning: Attempt to read property "user_level" on bool in /www/wwwroot/wordpress/wp-includes/deprecated.php on line 253
Warning: Attempt to read property "user_level" on bool in /www/wwwroot/wordpress/wp-includes/deprecated.php on line 252
Warning: Attempt to read property "user_level" on bool in /www/wwwroot/wordpress/wp-includes/deprecated.php on line 253
> sunrain Says:
Warning: Undefined variable $comment in /www/wwwroot/wordpress/wp-content/themes/OtherSide/comments.php on line 29
Warning: Attempt to read property "comment_approved" on null in /www/wwwroot/wordpress/wp-content/themes/OtherSide/comments.php on line 29
29 4 月, 2007 at 下午5:39
真的是放屁,估计是个材料修改的
Warning: Attempt to read property "user_level" on bool in /www/wwwroot/wordpress/wp-includes/deprecated.php on line 252
Warning: Attempt to read property "user_level" on bool in /www/wwwroot/wordpress/wp-includes/deprecated.php on line 253
Warning: Attempt to read property "user_level" on bool in /www/wwwroot/wordpress/wp-includes/deprecated.php on line 252
Warning: Attempt to read property "user_level" on bool in /www/wwwroot/wordpress/wp-includes/deprecated.php on line 253
Warning: Undefined variable $oddcomment in /www/wwwroot/wordpress/wp-content/themes/OtherSide/comments.php on line 86