The web service I created with Perl to pass data to SQL runs great except for 1 field. The field typically containg data with the "\" representing a '\' in my app. I'm looking for a way to write that value to the SQL field without it being converted to '\'. I want my app that reads that field to do the conversion.
Please help!
Please help!