|
|
|
|
|
记录集打开方式有错误。
你用的是什么? 不能用仅向前的打开方式 |
|
|
我用的是代码:
dim rs as ADODB.recordset …… set rs=conn.execute('select *from 表名') set text1.datasource=rs 在按钮中用: rs.movenext ‘不行!!! 请高手指点! |
|
|
很可能是你的cn.cursorloacation=aduseclient在数据库连接之前没有设置
|
|