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
Overriding the max 3 Conditional Formating in Access
Event ID 4321 and 8003
Why is the date/time stamp of our IIS log files not updating?
How to convert .avi files to .mpg files?
entering email address twice in a script to 'validate' it
Ajax autorefresh not working with Internet Explorer 6
Help required in creating dynamic images in javascript
'Recover Deleted Items' greyed out for secondary mailboxes
How do I create a user with DBA permissions in DB2 similar to in Oracle - create user user1 identified by user1;grant dba to user1;grant connect to user1;
How works Virtual Memory Management on Linux ?