紧急问题~~ASP+SQLSERVER~~

增加记录用:
Rs Addnew
...
Rs Update'出错行~!
SqlServer中不能用"Rs Update"吗?

---------------------------------------------------------------

应该是
rs.addnew
...
re.update
---------------------------------------------------------------

呵呵,同上,不过,错了个字符。

是 rs.update.
---------------------------------------------------------------

只要创建了set rs=server.createobject("adodb.recordset")对象,就不应该有问题
---------------------------------------------------------------

呵呵!没看见,原来没用"."更是直接的问题

Published At
Categories with Web编程
comments powered by Disqus