Recordcount return -1 with ASP

  • Thread starter Thread starter Dayron
  • Start date Start date
D

Dayron

I discovered that my asp code retrieve the record from the database and
I wish to get the recordcount of the record. Unfortunately, I always get
-1 instead of the correct record count.

I have try to use the below statement which I search through the forum
and this is the only answer for getting the recordcount property. but i
still cannot get the actual count. can i know why?

rst.Open strSQL, connection, 3, 3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top