Home › Forum › General › Can’t pass plus sign (+) in a char field to a stored proc? › Re: Can’t pass plus sign (+) in a char field to a stored proc?
August 31, 2011 at 10:15 pm #5835
I assume you are getting the value from a text input field. A behavior build in to the application forces text input fields to ignore characters like “+”. You can work around this by changing the format of the text input field to “text”.