Jul 18, 2000 #1 snafu Programmer Jul 18, 2000 1 US Why doesn't recordsetobject.recordcount give me a count of the number of records in my database instead of a -1?
Why doesn't recordsetobject.recordcount give me a count of the number of records in my database instead of a -1?
Jul 21, 2000 1 #2 bthim Programmer Jul 19, 2000 1 US Check your lock type and cursor type, this generally is the problem. using these parameters should help,<br><br>rs.open sql, ,1,3 Upvote 0 Downvote
Check your lock type and cursor type, this generally is the problem. using these parameters should help,<br><br>rs.open sql, ,1,3