S
Shalini
Hi,
I'm using Form which stores new record using Stored Procedure written
in SQL Server. I have a New button on which I get the blank form to
enter the data and then when user enters the new record it presses
Save button to save the record in the database using Stored Procedure
to insert new record.
The problem I'm having is when its done executing the stored procedure
succesfully. It stores the record in the SQL Server but then when I
move to previous or next record it gives me error "Invalid input
parameter values. Check the status values for detail." If anyone can
help why this error is coming. any suggestions would be appreciated.
Thanks,
I'm using Form which stores new record using Stored Procedure written
in SQL Server. I have a New button on which I get the blank form to
enter the data and then when user enters the new record it presses
Save button to save the record in the database using Stored Procedure
to insert new record.
The problem I'm having is when its done executing the stored procedure
succesfully. It stores the record in the SQL Server but then when I
move to previous or next record it gives me error "Invalid input
parameter values. Check the status values for detail." If anyone can
help why this error is coming. any suggestions would be appreciated.
Thanks,