![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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 |
#4
| |||
| |||
|
|
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 |
#5
| |||
| |||
|
|
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 |
#6
| |||
| |||
|
|
UTL_URL.ESCAPE |
#7
| |||
| |||
|
|
UTL_URL.ESCAPE |
#8
| |||
| |||
|
|
UTL_URL.ESCAPE |
#9
| |||
| |||
|
|
UTL_URL.ESCAPE |
![]() |
| Thread Tools | |
| Display Modes | |
| |