Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

recordcount of a recordset 1

Status
Not open for further replies.

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?
 
Check your lock type and cursor type, this generally is the problem. using these parameters should help,<br><br>rs.open sql, ,1,3
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top