CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Posts
    4

    Returning ResultSet from Oracle Stored procedure

    Iam calling Oracle Stored Procedures from Visual Basic.
    I want to return the resultset for which Iam trying to use PL/SQL tables and now when I call the Stored Procedure and give that PL/SQL table as parameter
    it says to Declare the variable(table).
    Now how do I send this parameter to PL/SQL procedure.
    Please Reply ASAP.


  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Returning ResultSet from Oracle Stored procedure

    I've solved this thanks to an article in MSDN.
    Search for Q176086 in msdn. If you need more informations, let me know an e-mail address and I will send you a zipped prj you may use as an example.

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

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

Featured