dbTalk Databases Forums  

URL encoding with SQL?

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss URL encoding with SQL? in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jens Riedel
 
Posts: n/a

Default URL encoding with SQL? - 04-01-2008 , 08:36 AM






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

Reply With Quote
  #2  
Old   
metzguar
 
Posts: n/a

Default Re: URL encoding with SQL? - 04-01-2008 , 09:27 AM






On 1 Apr., 15:36, Jens Riedel <Jens... (AT) gmx (DOT) de> wrote:
Quote:
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
UTL_URL.ESCAPE

hth, Urs Metzger


Reply With Quote
  #3  
Old   
metzguar
 
Posts: n/a

Default Re: URL encoding with SQL? - 04-01-2008 , 09:27 AM



On 1 Apr., 15:36, Jens Riedel <Jens... (AT) gmx (DOT) de> wrote:
Quote:
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
UTL_URL.ESCAPE

hth, Urs Metzger


Reply With Quote
  #4  
Old   
metzguar
 
Posts: n/a

Default Re: URL encoding with SQL? - 04-01-2008 , 09:27 AM



On 1 Apr., 15:36, Jens Riedel <Jens... (AT) gmx (DOT) de> wrote:
Quote:
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
UTL_URL.ESCAPE

hth, Urs Metzger


Reply With Quote
  #5  
Old   
metzguar
 
Posts: n/a

Default Re: URL encoding with SQL? - 04-01-2008 , 09:27 AM



On 1 Apr., 15:36, Jens Riedel <Jens... (AT) gmx (DOT) de> wrote:
Quote:
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
UTL_URL.ESCAPE

hth, Urs Metzger


Reply With Quote
  #6  
Old   
Jens Riedel
 
Posts: n/a

Default Re: URL encoding with SQL? - 04-02-2008 , 10:00 AM



metzguar schrieb:

Quote:
UTL_URL.ESCAPE
Works great, thank you very much!

Jens


Reply With Quote
  #7  
Old   
Jens Riedel
 
Posts: n/a

Default Re: URL encoding with SQL? - 04-02-2008 , 10:00 AM



metzguar schrieb:

Quote:
UTL_URL.ESCAPE
Works great, thank you very much!

Jens


Reply With Quote
  #8  
Old   
Jens Riedel
 
Posts: n/a

Default Re: URL encoding with SQL? - 04-02-2008 , 10:00 AM



metzguar schrieb:

Quote:
UTL_URL.ESCAPE
Works great, thank you very much!

Jens


Reply With Quote
  #9  
Old   
Jens Riedel
 
Posts: n/a

Default Re: URL encoding with SQL? - 04-02-2008 , 10:00 AM



metzguar schrieb:

Quote:
UTL_URL.ESCAPE
Works great, thank you very much!

Jens


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.