I am getting this exception pls help

I am getting this exception pls help

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal JoshiPosted Oct 7, 2022, 7:57 AM
Hello Soumya,
As per the exception it says some not null field in stored procedure and you try to insert null into that.
I suggest to check stored procedure and check the values you are passing as a parameter. Also, check parameter type you are passing.
Thanks
Muhammad Imran AnsariPosted Oct 6, 2022, 9:58 AM
Hi,
On which line of code you are getting this exception? Secondly, your @RetVal type is Bit, is it correct? I beleive so It shouldn't be a bit datatype.