DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Returning Record Sets to ASP

  1. #1
    Join Date
    May 2000
    Location
    Atlanta, GA, USA
    Posts
    2

    Post

    Wondering if anyone can point me in the right direction. What I am looking for is a simple way to return record sets to ASP code from a stored procedure. An example:

    There is an oracle supplied package/procedure called CURSOR_DEF.PBDBMS_CURSOR that can be used as an IN OUT variable in a procedure, I.E. C1 IN OUT CURSOR_DEF.PBDBMS_CURSOR. You then say:
    OPEN C1 FOR SELECT blah blah blah..........

    When the procedure ends, C1 is sent out to the Power Builder application and power builder is able to retrieve data from the cursor. Does anyone know of a similar package/procedure for ASP ??

  2. #2
    Join Date
    Oct 2000
    Posts
    16
    Take a look at this article on Microsoft's Product support services web site......This hsould answer your question.
    The article no. is Q229919
    The site is:
    [url]http://search.support.microsoft.com/kb/c.asp?ln=en-us[/url]

    Hope this helps.

    Aruna

Posting Permissions

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


Click Here to Expand Forum to Full Width