Have created recordset in ADO. I know there are a number of records in the
recordset since I can move through them.
However when I try to do a rst.RecordCount , I get "-1" as the count even if I
do a rst.MoveFirst and rst.MoveLast before the rst.RecordCount .
Any reason for this and any suggestions on correcting it?
Thanks for the help in advance.
recordset since I can move through them.
However when I try to do a rst.RecordCount , I get "-1" as the count even if I
do a rst.MoveFirst and rst.MoveLast before the rst.RecordCount .
Any reason for this and any suggestions on correcting it?
Thanks for the help in advance.
Comment