Results 1 to 2 of 2

Thread: display of records

  1. #1
    naveen Guest

    display of records

    For the records fetched from database, sometimes the last few rows are not displayed depending on the query parameters. But when i click the download it has all data without missing any rows. I'm using stored proc. and the parameters for SP is passed using session.

  2. #2
    Frank Kwong Guest

    display of records (reply)

    Need more info on missing row. Use the MS-SQL sample to illustrate problem. Also, what do youmena by pass parameters using sessions. You mean you construct the SP's params using session vars ?

    Download use the same query as others, so missing row is not likely.

    FK


    ------------
    naveen at 8/2/01 3:08:49 AM

    For the records fetched from database, sometimes the last few rows are not displayed depending on the query parameters. But when i click the download it has all data without missing any rows. I'm using stored proc. and the parameters for SP is passed using session.

Posting Permissions

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