Home Forums SQL Server 7,2000 T-SQL VB run-time error : Procedure or function spSaveCasteCerti has too many arguments specified. RE: VB run-time error : Procedure or function spSaveCasteCerti has too many arguments specified.

  • [font="Verdana"]You are facing this error dues to mismatch of parameters. You are passing more parameters than what actually Stored Procedure requires. i.e. If you have 10 parameters in Stored Procedure you are passing more than 10 parameters to this Stored Procedure while calling.

    Mahesh[/font]

    MH-09-AM-8694