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
-
Read eMails from Outlook express using ASP
by kumaravelu (1 replies)
-
Help to Call ASP function from onclick event in HTML to pass an array
by vka (0 replies)
-
Binary Studio | software development outsourcing Ukraine
by shane124 (4 replies)
-
Typed DataSet - Migration to ODP.NET
by Ptero (0 replies)
-
Variable In Vb.Net
by chia (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 ...
This thread is for discussions of ADO and Unicode.