Results 1 to 2 of 2

Thread: Using a SETROWCOUNT & dbGridInc

  1. #1
    Chris Turner Guest

    Using a SETROWCOUNT & dbGridInc


    We are trying to restrict the # of records that are returned in our queries using both SET ROWCOUNT in T-SQL and dbGridInc in ASPdb.

    We have just moved to a new configuration, and now this doesn't seem to work. Any suggestions?

    We are using ASPdb Ver. 1.2506 Pro, MS SQL Server 7.0 on a Win2K server.

  2. #2
    Mark Guest

    Using a SETROWCOUNT & dbGridInc (reply)

    Chris,
    Are you saying it worked with the old configuration?
    Just set dbGridInc=50 (or whatever you want).
    How many records do you want? What does your source code look like?
    Mark.


    ------------
    Chris Turner at 4/24/00 4:20:40 PM


    We are trying to restrict the # of records that are returned in our queries using both SET ROWCOUNT in T-SQL and dbGridInc in ASPdb.

    We have just moved to a new configuration, and now this doesn't seem to work. Any suggestions?

    We are using ASPdb Ver. 1.2506 Pro, MS SQL Server 7.0 on a Win2K server.

Posting Permissions

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