Results 1 to 2 of 2

Thread: How can i Count my Rows??

  1. #1
    Jens Nilsson Guest

    How can i Count my Rows??

    Hello!

    I have just begining programing in ASP/VBScript
    How do i count my records from my SQL Server.
    In VB 6 i type

    myRows = rs.GetRows(rs.RecordCount)

    But how do i do it in VBScript??

    Help!!

    /Jens

  2. #2
    John Guest

    How can i Count my Rows?? (reply)

    Hi Jens,

    You can probably get a good answer to this in the SQL or ASP forums elsewhere
    on this site. This forum is for users of ASP-db - a component that does all
    the work you're probably trying to do for you. The free version may be all
    you need. Check it out at www.aspdb.com.

    Thanks,
    John


    ------------
    Jens Nilsson at 12/11/99 6:47:26 PM

    Hello!

    I have just begining programing in ASP/VBScript
    How do i count my records from my SQL Server.
    In VB 6 i type

    myRows = rs.GetRows(rs.RecordCount)

    But how do i do it in VBScript??

    Help!!

    /Jens

Posting Permissions

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