Calling stored procedure, order of parameters in .NET code vs. PL/SQL store
408252Nov 4 2003 — edited Nov 13 2003Calling stored procedure, order of parameters in .NET code vs. PL/SQL stored procedure
Must you add parameters in the same order as the stored procedure you are calling? That was at least the case when I tried. I have heard that it is not the case when you are calling Microsoft provider for Sql server.
Regards,
Fredrik