How to make a oracle package call and receive the return values as dataset

Last post 02-13-2008 5:56 AM by Prashant Kumar. 3 replies.

Sort Posts:

  • How to make a oracle package call and receive the return values as dataset

    02-12-2008, 9:57 AM

    Here is My Problem, I have a complicated login porcess, there are two seperate databases involve in it. Firstly, I will search the userid in the local sql server 2005 database, if not found I will call an oracle package which is being develop by a third party(none comercial) and that package will verify the userid and password and return me user's present credentials (rolse, orgs, etc) as dataset. My question is how do a call that oracle package from asp.net application and how do a recieve a oracle dataset or cursor at the asp.net. Sorry if i wasnt clear. I really do need help on this, any help will be appreciated.

    I will like to use ODP.net if at all possible.

     Thanks

     Kabir

  • Re: How to make a oracle package call and receive the return values as dataset

    02-12-2008, 10:10 AM
    Answer

    The following link has a comprehensive discussion on how to create Oracle packages/procedures and call them.

    http://msdn2.microsoft.com/en-us/library/ms971506.aspx

    Regards,
    Prashant


    Dont forget to click "Mark as Answer" on the post that helped you.
  • Re: How to make a oracle package call and receive the return values as dataset

    02-13-2008, 3:01 AM

     Hi prasanth

      when i checked the link i m not getting the page.

    message

    The page cannot be found

    Thank u

    Baba
     

     

    Thank u

    Baba

    Please remember to click "Mark as Answer" on this post if it helped you.
  • Re: How to make a oracle package call and receive the return values as dataset

    02-13-2008, 5:56 AM

    Sorry about that. I have fixed the link in my earlier post and it should be ok now. Please have a look now.

    Regards,
    Prashant


    Dont forget to click "Mark as Answer" on the post that helped you.
Page 1 of 1 (4 items)