I created a Database Connection Action that passes an integer and a char(5) value to a stored procedure. I noticed that when I pass a value that contains the plus sing (+) to the char(5) parameter, the plus sign gets dropped. This is happening even when I test the action in the PerfectForms admin screen. I'm not doing any processing of the parameter in the stored procedure, just sending it back as a return parameter. Is there a workaround for this?
