M
monjes
I got this error using an Oracle stored procedure ("multiple instances
of named argument in list"). This is not a question posting, but more
to let people know a possible cause of it.
I got this error because I was sending in the wrong database type for
one of my parameters. Apparently, the paramater I was sending in as
VB's boolean type is not compatible with Oracle's boolean type.
of named argument in list"). This is not a question posting, but more
to let people know a possible cause of it.
I got this error because I was sending in the wrong database type for
one of my parameters. Apparently, the paramater I was sending in as
VB's boolean type is not compatible with Oracle's boolean type.