Print Page | Close Window

How to call Oracle database package

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1844
Printed Date: 21-Apr-2026 at 10:39am


Topic: How to call Oracle database package
Posted By: Neela
Subject: How to call Oracle database package
Date 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



Replies:
Posted By: davidklitzke
Date 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.



Print Page | Close Window