Ask a Question related to Coldfusion Database Access, Design and Development.
-
Nicholas 11 #1
Oracle SP/Function and named notations
Hello,
I'm wondering how on Oracle DB and CF MX I can make a call to Oracle
SP/Function using named notation?
I've found somewhere that MX JDBC drivers doesn't support named notations.
Very bad - what after that?
Also I've found that I have to specify all the SP/Function parameters in a
right sequence in order to call Oracle SP/Function properly. But what if I want
to use SP/Function DEFAULT VALUES? In Oracle DB it means that I MUST NOT
provide these parameters at all (in MS SQL is different - I can set parameter
to null, so default value will be taken). But if I don't provide all parameters
to Oracle SP/Function, cfstoredproc tag doesn't work...
So, guys, how do you deal with this issue? Am I missing something?
Thanks for any help.
Nicholas 11 Guest
-
named arguments to XS function?
hi there, i'm wondering if it's possible to pass named arguments to an XS function like so: $myObj = Package::Bla->new(arg1=>"hello",... -
[PHP-DEV] named function arguments
Hartmut Holzgraefe wrote: yep, it always looks like a hack. -- NetCat ------------------------------------------------------- -
[PHP-DEV] named function arguments
Sebastian Bergmann wrote: which is a nightmare performancewise and suboptimal as far as syntax is concerned as the additional 'array(' keyword... -
[PHP-DEV] named function arguments
netcat wrote: Named parameters are commonly implemented using an associated array in PHP: <?php function foo($parameters) {} foo( array( -
[PHP-DEV] named function arguments (was: Proposal: Dangling comma in function
Christian Schneider wrote: Named parameters - i think is very good idea. I know i would use them. I'm really not sure about the correct...



Reply With Quote

