Underscore in RecordSet

liunx

Guest
I have an SQL query that returns a field that usually contains an underscore. When I test the query out via a Response.Write, I find the underscore is replaced by %5F. So instead of "John_Doe" being returned, "John%5FDoe" is returned.

Any ideas how I can preserve the intended data when returned?

Thanks in advance for any help.Please disregard. I had an error in my form submission code that was encoding the field.
 
Back
Top