Results 1 to 2 of 2

Thread: ASPDB Pro & Stored Procedures

  1. #1
    DmitriyK Guest

    ASPDB Pro & Stored Procedures

    I get a recordset from a stored procedure (lets say a 100 records) and I am not displaying all records on one page (i do only 10 at a time). When I click NEXT button on ASPDB will it reexecute the stored procedure to get the next 10 records?

  2. #2
    Frank Guest

    ASPDB Pro & Stored Procedures (reply)

    It does, it re-execurtes the SP, detect the SP # for multiple SPs (SQL and 2K only) then go fetch the "next" set of records.

    FK



    ------------
    DmitriyK at 3/20/00 2:21:12 PM

    I get a recordset from a stored procedure (lets say a 100 records) and I am not displaying all records on one page (i do only 10 at a time). When I click NEXT button on ASPDB will it reexecute the stored procedure to get the next 10 records?

Posting Permissions

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