RE: Url Decoding

2004-05-06 Thread Ross, Douglas
Good luck. Java Doug -Original Message- From: Nic Werner [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 1:41 PM To: Tag Libraries Users List Subject: Url Decoding I've setup two pages where I can basically type a query in, and the second page does the sql work. However, I

Url Decoding

2004-05-06 Thread Nic Werner
I've setup two pages where I can basically type a query in, and the second page does the sql work. However, I'm trying to use the URLDecoder statement to format my query, and it throws an error whenever I have a query with the '%' sign: URLDecoder: Illegal hex characters in escape (%) pattern -