Results 1 to 4 of 4

Thread: Return a set of records from a stored procedure

  1. #1
    G Patterson Guest

    Return a set of records from a stored procedure

    What is the preferred method of returning a set of records from a stored procedure? Could you please provide a short example?

    Thanks ahead of time!

    G.

  2. #2
    Paul Guest

    Return a set of records from a stored procedure (reply)

    What application r u using ?


    ------------
    G Patterson at 11/14/00 1:34:49 PM

    What is the preferred method of returning a set of records from a stored procedure? Could you please provide a short example?

    Thanks ahead of time!

    G.

  3. #3
    G Patterson Guest

    Return a set of records from a stored procedure (reply)

    Back end development using SQL Server 7.


    ------------
    Paul at 11/15/00 7:07:05 AM

    What application r u using ?


    ------------
    G Patterson at 11/14/00 1:34:49 PM

    What is the preferred method of returning a set of records from a stored procedure? Could you please provide a short example?

    Thanks ahead of time!

    G.

  4. #4
    Bhanu Borra Guest

    Return a set of records from a stored procedure (reply)


    Regarding getting a set of records, you can use the top no.of records u want
    to retrieve or set the rowcount option before your select query in u'r stored
    procedure.

    Thanks
    bhanu

    ------------
    G Patterson at 11/14/00 1:34:49 PM

    What is the preferred method of returning a set of records from a stored procedure? Could you please provide a short example?

    Thanks ahead of time!

    G.

Posting Permissions

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