![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Code: 6550 Message: ORA-06550: line1, column 7: PLS-00306: wrong number of types of arguments in call to 'TEST' ORA-06550: line 1, column 7: PL/SQL: Statement ignored |
|
I'm not sure about cmd.ExecuteScalar |
#3
| |||
| |||
|
|
On 2006-11-14, eny <eny (AT) discussions (DOT) microsoft.com> wrote: Code: 6550 Message: ORA-06550: line1, column 7: PLS-00306: wrong number of types of arguments in call to 'TEST' ORA-06550: line 1, column 7: PL/SQL: Statement ignored It means you're not passing the right number of arguments. I'm not sure about cmd.ExecuteScalar Your PROCEDURE does not return anything, so you should use cmd.ExecuteNonQuery instead. -- Met vriendelijke groeten, Tim Van Wassenhove <http://www.timvw.be |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |