Oracle Packages in LLBLGen

Posts   
 
    
kimkim
User
Posts: 19
Joined: 12-Sep-2007
# Posted on: 04-Oct-2007 12:38:36   

Hi,

I am using Oracle 10g and LLBLGen Designer v2.5. I was wondering how to view Oracle packages in the designer, as only the ordinary Stored Procedures are visable. Also, how are prodedures within packages handled in the generated code? (I'm using .NET 2.0)

Thanks,

Kimkim

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 04-Oct-2007 15:23:21   

I'm using SPs from packages.

For example if I open the Add Action Stored Procedure dialog I find the folloiwng:

Stored procedure call name Mapped on stored procedure

MypackageMysp MYUSER.MYPACKAGE.MYSP

Are you speaking about Action Procedures or Retrieval Procedures?

kimkim
User
Posts: 19
Joined: 12-Sep-2007
# Posted on: 04-Oct-2007 16:27:10   

I see it now, for some reason it didn't seem to sho up the first time, possibly wasn't committed.

Thanks,

Kimkim