在模块中定义:Global Mrdoconn As rdoConnection
              Global Mrdores As rdoResultset在过程中写:
 Dim Currentrds As rdoResultset
 
 Set Mrdores = Mrdoconn.OpenResultset("select * from 员工表 where 性别='女'") Mrdores.MoveLast    当读取Mrdores.rowcount时,当记录数>100时,Rowcount的返回值就变成不可用,我查了一些资料,上面说Rowcount在和ODBC连接时,有时会返回不可用值。
    但是我现在一定要记录数的返回值。依然用RDO有什么好办法呢?
先谢各位大侠,分不够另开贴