Library tutorials & articles
ADO and Unicode
By David Nishimoto, published on 25 Aug 2002
Introduction
This article explains how to use Microsoft ADO to add and update unicode code points stored in an Oracle UTF8 database.
Overview:
- From Unicode.html the user enters a Unicode code point like ! and it's unicode value U0021 and presses submit.
- The data transaction occurs in submit_to_database.asp
- The data is retrieved using database_results.asp
Important concepts to know about Unicode
- The Unicode Standard specifies a numeric value and a name for each of its characters.
- Unicode encodes characters not glyphs (shapes of the character). Multiple glyphs can be assigned to a single character.
- Unicode is an industrial standard for character presentation.
- The Unicode Standard provides international exchange of data. Unicode can by stored in a UTF-8 database. UTF-8 is a common encoding schema for exchanging information in HTML and other character file structures.
- The Unicode Standard provides a standardized character-set, greater exchange of information, and reduction in development costs
Related articles
Related discussion
-
Calling a function from ASP code
by dunk00 (3 replies)
-
GridView HyperLinkField Problem
by Paul2 (0 replies)
-
looking for help on asp
by cladironbeard (2 replies)
-
Please Help Me: Recordset to array
by sidachaba@yahoo.co.uk (0 replies)
-
question: program for ora 02068 error
by vquanski (0 replies)
Related podcasts
-
Java Posse #213 - Newscast for Oct 23rd 2008
Newscast for Oct 23rd 2008 Fully formatted shownotes can always be found at http://javaposse.com The Android project has been released as open source, beating the rumored launch date for the source code by several months http://source.android.com/ And, Gizmodo and ZDNet both offer in-depth ...
Events coming up
-
Aug
27
Model-View-Presenter (MVC) in ASP.NET
San Francisco, United States
Model-View-Presenter (MVC) in ASP.NET Presenter Clayton Peddy, Terrace Software, Inc. Details TBD
This thread is for discussions of ADO and Unicode.