I have a stored procedure that lets me pass in a null value.
However in my VB code the value is an integer and will not let me put a null value in it.
For example
How do I pass a null value into the stored procedure if the user does not enter a number in a text box.
Please keep answers simple as I am new to this.
However in my VB code the value is an integer and will not let me put a null value in it.
For example
How do I pass a null value into the stored procedure if the user does not enter a number in a text box.
Please keep answers simple as I am new to this.