Package Wizard

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
HolgerS
Posts: 2
Joined: Tue 11 Jul 2006 09:34

Package Wizard

Post by HolgerS » Tue 11 Jul 2006 09:38

Hi,

I've created a Class using the Package Wizard, works pretty good, but how can I call the method with null parameters ?

Example

public void Store(ref decimal mId, string Name);

is created by the wizard, but I have to set mID to null in order to create a new record in the Oracle package procedure.

Any way to do this without changing the wizard generated code ? (Any Wizard Options ?)

mID is null - > result is the new id (out parameter from the package)

Thanks

Holger

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 13 Jul 2006 08:09

We will support type "nullable" in the next version.
Look forward to the new builds.

Post Reply