Oracle Package Wizard

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
volker.jobst
Posts: 1
Joined: Fri 23 Jan 2015 07:47

Oracle Package Wizard

Post by volker.jobst » Fri 23 Jan 2015 08:15

Hello,

I'm using the "Devart dotConnect for Oracle Trial" 8.4.333.0 to test your software regarding our needs.
I want to import Oracle packages using the "Oracle Package Wizard" as explained here: http://www.devart.com/odac/docs/index.h ... wizard.htm

But, I don't see all described options. All I see is:
- What is the type name of the generated wrapper class?
- What namespace it should be placed in?
- Choose method and parameter naming style. (Unchanged | Capitalized | Lower | Upper)
- Remove underscores
- Use nullable types

In particular the "Generate overloaded methods" is missing. Although the help says that overloaded methods are no problem ("Otherwise, overloaded subprograms are mapped to the methods with different suffixes (1, 2, 3 and so on)."), I cannot import overloaded methods, they are simply ignored after confirming an error-message-box.

By the way, the same applies to the "Oracle Objects Wizard"

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Oracle Package Wizard

Post by Pinturiccio » Fri 23 Jan 2015 16:57

volker.jobst wrote:All I see is:
- What is the type name of the generated wrapper class?
- What namespace it should be placed in?
- Choose method and parameter naming style. (Unchanged | Capitalized | Lower | Upper)
- Remove underscores
- Use nullable types
This is the correct behaviour. You use dotConnect for Oracle, but you refer to the documentation of other Devart product - Oracle Data Access Components.

For more information about Package Wizard in dotConnect for Oracle, please refer to http://www.devart.com/dotconnect/oracle ... izard.html

Post Reply