New Posts New Posts RSS Feed: How to call Oracle database package
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

How to call Oracle database package

 Post Reply Post Reply
Author
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Topic: How to call Oracle database package
    Posted: 25-May-2010 at 10:04am
Use a server-side method.  The EntityManager has an InvokeServerMethod() method that facilitates the running of server-side-only methods. Read more about how to do this in the Business Object Server PDF in the Business Object Server section of the Learning Resources.
Back to Top
Neela View Drop Down
Newbie
Newbie


Joined: 21-May-2010
Posts: 2
Post Options Post Options   Quote Neela Quote  Post ReplyReply Direct Link To This Post Posted: 25-May-2010 at 6:30am

I want to call a procedure of Oracle package. I am using IdeaBlade DevForce for Silverlight (v5.2.4), Devart dotConnect for Oracle (v2.50.55), and the MS Entity Framework (.Net 3.5).

Can you please give a sample code (C#) of how to do that. 
Thank you
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down