Discussion:
Why ADO Record Set cannot return [record count]?
(too old to reply)
Sadayoshi Yumita
2004-07-15 01:41:39 UTC
Permalink
ADO RecordSet Object cannot return [recordcount] value.
Anyone Knows about this?
Rex Moore
2004-07-15 13:22:10 UTC
Permalink
If you want to know the number of records in the recordset, you must change
one of the properties before the rst.open command:

rst.CursorLocation = adUseClient
Post by Sadayoshi Yumita
ADO RecordSet Object cannot return [recordcount] value.
Anyone Knows about this?
Sadayoshi Yumita
2004-07-16 09:58:14 UTC
Permalink
Thanks. I get the number of records in the recordset.
Post by Rex Moore
If you want to know the number of records in the recordset, you must change
rst.CursorLocation = adUseClient
Post by Sadayoshi Yumita
ADO RecordSet Object cannot return [recordcount] value.
Anyone Knows about this?
--
Sadayoshi Yumita mailto:***@accs5.co.jp
Loading...