Results 1 to 2 of 2

Thread: vb oracle PLEASE HELP!!!!!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 1999
    Location
    westmids
    Posts
    18

    Unhappy

    hi,

    is there any way of creating a stored procedure in the data enviroment and getting it to return a recordset
    im currently using mdac 2.5 witch supports this.
    but the only way i can get this to work is to create a package in pl/sql save it to the database and use ado to call the procedure from the package witch returns the cursor.(pants!!!)

    what i want is to use the data enviroment and create a stored procedure witch will return a record set as you do with sql server 7.0

    can this be done (changing to sql server is not an answer im looking for cus im tied to oracale 8i)

    if so how!!!!!!

    many thanx in advance!

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    You should be able to create a stored procedure in code and submit it to Oracle Server for storage (this can be done in SQL server). Once you've created the stored procedure (transaction #1), you can run it (transaction #2 - n).

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