Page 1 of 1

Package Wizard

Posted: Tue 11 Jul 2006 09:38
by HolgerS
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

Posted: Thu 13 Jul 2006 08:09
by Alexey
We will support type "nullable" in the next version.
Look forward to the new builds.