I am stumped on a web service.
I have a web service that calls a sql stored procedure. the procedure has 1 input and 20 output paramenters.
I can call the stored procedure just fine and it works, but the problem i am having is values in the database are null values.
How do i handle this so it does not kill my web service?
Thanks for the help
I have a web service that calls a sql stored procedure. the procedure has 1 input and 20 output paramenters.
I can call the stored procedure just fine and it works, but the problem i am having is values in the database are null values.
How do i handle this so it does not kill my web service?
Thanks for the help
Comment