ADODB.Recordset错误'800a0bb9“ [英] ADODB.Recordset error '800a0bb9'

查看:224
本文介绍了ADODB.Recordset错误'800a0bb9“的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

ADODB.Recordset错误'800a0bb9

ADODB.Recordset error '800a0bb9'

参数的错误类型,超出可接受的范围,或有冲突彼此。

Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

/down_see.asp,第21行

/down_see.asp, line 21

我的code位置:

Sorgu="Select * From tblNews"
Rs.Open Sorgu,bag,1

rs.Close
Set rs=Nothing

Set rs1 = Server.CreateObject("ADODB.Recordset")
SQL = "Select * From tblnews""
rs1.Open SQL,conn,1,3

rs1("hit")=rs1("hit")+1
rs1.update

自己做错了什么?

what wrong ?

推荐答案

您有一个双引号那里应该在此行的最后一个单引号

You have a double quote where there should be a single quote at the end of this line

SQL =SELECT * FROM tblnews

这篇关于ADODB.Recordset错误'800a0bb9“的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆