Hi,
I fetch some parameters from a table which I use as GET-Parameter in an
URL.
Unfortunately there are sometimes special characters like 'ä', 'Ö', 'ü'
included so I have to url-encode these data during the generation of the
URL.
Has anybody an idea how I can url-encode a string with an SQL command /
function?
Thanks and best regards,
Jens