URL Encode via SQL?
From: Shaniqua Jones (kingOfPop_at_Neverland.com)
Date: 06/18/04
- Next message: mookieweb: "Insert into 2 tables"
- Previous message: dk: "selecting 15th of the month if it is weekday, or first weekday after 15th( date"
- Next in thread: Aaron [SQL Server MVP]: "Re: URL Encode via SQL?"
- Reply: Aaron [SQL Server MVP]: "Re: URL Encode via SQL?"
- Maybe reply: Aaron W. West: "Re: URL Encode via SQL?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Jun 2004 16:40:15 -0700
Hi there,
I'm using a particular field as a basis for forming a URL. For example,
the field might contain:
A1110541351(LQ#OBJim
...which would allow me to build the URL:
<http://hostname/process.aspx?id=A1110541351(LQ#OBJim>
The problem is that some of those characters in the ID aren't
URL-friendly. Is there a way to tell SQL to URLEncode the string before
returning it in the query?
Thanks!
- Next message: mookieweb: "Insert into 2 tables"
- Previous message: dk: "selecting 15th of the month if it is weekday, or first weekday after 15th( date"
- Next in thread: Aaron [SQL Server MVP]: "Re: URL Encode via SQL?"
- Reply: Aaron [SQL Server MVP]: "Re: URL Encode via SQL?"
- Maybe reply: Aaron W. West: "Re: URL Encode via SQL?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|