|
-
Feb 3rd, 2004, 10:00 AM
#1
Thread Starter
Hyperactive Member
Display unicode chars.
Hi,
i want to create an application in which user can choose any language(eg. Japnese, chinese etc). Based on that selecting user cna get required information in that particular language. This information in kept in access database. I have made a sample database in which i have inserted data in these languages. But in am unable to retieve this data as i am only getting ? (question marks) instead of those chars.
ny idea(s)..
A man with nothing to live for has everything to fight for...
-
Feb 3rd, 2004, 10:11 AM
#2
Addicted Member
what database r u using ?
-
Feb 3rd, 2004, 10:16 AM
#3
Thread Starter
Hyperactive Member
A man with nothing to live for has everything to fight for...
-
Feb 4th, 2004, 02:11 AM
#4
Thread Starter
Hyperactive Member
A man with nothing to live for has everything to fight for...
-
Feb 4th, 2004, 08:00 AM
#5
aks_1610
I do not know how much you know about Unicode characters, so I will start with each Unicode character is two bytes in length. You can read UniCode characters from Access, but this depends on how you place the data into the database. Once read you will have to use the correct code page to get the characters.
-
Feb 4th, 2004, 08:29 AM
#6
Thread Starter
Hyperactive Member
thanks for replying,
i know that unicode character is two bytes in length. My database is storing correct data. But when i try to display it, the result is ???. I tried to save the recordset in XML format, there it is showing correct values, but when i try to display it, i get junk result. What i feel is there is some problem with the recordset.
ny idea(s)..
A man with nothing to live for has everything to fight for...
-
Feb 4th, 2004, 10:32 AM
#7
aks_1610
Are you using the code page for Japanese or whatever language you used?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|