Results 1 to 2 of 2

Thread: ADODB.COmmand and recordcount

  1. #1

    Thread Starter
    Lively Member roglopes's Avatar
    Join Date
    Sep 2002
    Location
    Brazil
    Posts
    113

    ADODB.COmmand and recordcount

    Dear friends.
    How I return the recordcount using ADODB.COmmand?

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    If rs is your recordset then there is your Reccordcount property:
    rs.RecordCount ahould give you the desired results. Also remember to use this line before getting data into the recordset: rs.CursoLocation = adUseClient

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width