回 帖 发 新 帖 刷新版面

主题:记录集(-1)(加分)

Set CNN = Nothing
StrPath = "Provider=sqloledb;Server=192.168.1.17;Database=hyjt;Uid=sa;Pwd=hy1254*****;"
    CNN.Open StrPath
   StrSql = "SELECT * FROM t_item"
   RST.Open StrSql, CNN
    K = RST.RecordCount

t_item 里面有好多记录,为什么K值总提示“-1”呢?

回复列表 (共2个回复)

沙发


尝试
dim k as integer
k=cnn.execute("select count(*) from t_item"),提示格式不符

板凳

[quote]
[color=red]Set CNN = Nothing[/color]
..
CNN.Open StrPath
...
RST.Open StrSql, CNN
[/quote]
难道没有报错么?!

我来回复

您尚未登录,请登录后再回复。点此登录或注册