Microsoft
Software
Hardware
Network
Question : special-characters
How do I store/retrieve diacritic symbols from an HTML form into the DB
The DB is 9i and has we8 characterset.
I assume user can key in whatever diacritic or symbol using the keyboard comibinations
http://www.utexas.edu/lear
n/html/spc
har.html
and oracle will save it. is this correct? would db shows it in simple query.
Now on the way out from DB to web page, do I have to use escape special character before it displays on the html form.
Answer : special-characters
Too bad you're on Oracle 9i. If you were on 10g you could make use of the convert function. I hope you'll be upgrading soon.
For example:
select convert('
', 'US7ASCII') result from dual
/
result
----------
hello
Random Solutions
Toshiba Satellite PRO; multiple errors; diagnostics.
Is there another way to transfer quicken data other than via the "Quicken backup"??
How to create a custom recovery partition
Java Interop with C#
Exchange 2003 Front-End/Back-End Info
RDP tru Cisco site to site VPN + microsoft vpn connection
How to create an SMB tunnel with openssh
Premiere 1.5 >> FLV possible?
Query For Unique Values From the Same Table and Different Columns
I need to combine multiple columns to a single field in a comma delimited format in SQL 2005