forester
May 8th, 2009, 01:14 AM
It looks like that Access database doesn't support Unicode character, then it's impossible to input unicode characters such as characters of east asian languages, isn't it? Thanks!
Following is part of the document from http://msdn.microsoft.com/en-us/library/ms714540(VS.85).aspx
Data type: CHAR, LONGVARCHAR, and VARCHAR
Description :
A character string literal can contain any ANSI character (1-255 decimal). Use two consecutive single quotation marks ('') to represent one single quotation mark (').
Procedures should be used to pass character data when using any special character in a character data type column.
Following is part of the document from http://msdn.microsoft.com/en-us/library/ms714540(VS.85).aspx
Data type: CHAR, LONGVARCHAR, and VARCHAR
Description :
A character string literal can contain any ANSI character (1-255 decimal). Use two consecutive single quotation marks ('') to represent one single quotation mark (').
Procedures should be used to pass character data when using any special character in a character data type column.