Hi,
I am having problems with running urlencode(selec t * from myfile where
field like '%0002%'), in particular the like section, what I get is...
like+%27%250002 %25%27
....which is fine, but when i decode it I get...
like \'02\'
....I get backslashes before the single quotes and 2 of the leading
zeroes in 0002 are missing.
Does any have any clues?
Regards
Doug Johnston
I am having problems with running urlencode(selec t * from myfile where
field like '%0002%'), in particular the like section, what I get is...
like+%27%250002 %25%27
....which is fine, but when i decode it I get...
like \'02\'
....I get backslashes before the single quotes and 2 of the leading
zeroes in 0002 are missing.
Does any have any clues?
Regards
Doug Johnston
Comment