|
-
Apr 11th, 2008, 03:32 AM
#1
Thread Starter
New Member
Reading Japanese data
Hi All
I'm basically a Java developer. I'm running English version of Windows OS. I ahve to fetch Japanese data from the DB. This data appears as ? when i fetch using VBA. I'm now forced to convert each literal into its ASCII eq . Is there any way out?
Jhakda
-
Apr 11th, 2008, 08:14 AM
#2
Fanatic Member
Re: Reading Japanese data
You mean the data appears as ? when looking at it in break mode? I would think that would have to do with the font that the IDE uses not supporting the characters you want to look at. I'm not 100% on how vba handles unicode and kanji. Good luck.
-
Apr 14th, 2008, 09:53 AM
#3
Thread Starter
New Member
Re: Reading Japanese data
Hi
When i run the code in debug mode, i check what data i'm getting. It shows as ?. If i pass it as it is, i inserts ? in the DB. Thats where the problem lies.
I read somewhere that VBA doesn't support unicode by default. We need some add ons which MS doesn't supply, need to get from third party (its paid service ( . Thats why i'm forced to convert to unicode myseld. But its a slow process.
Thanks
Jhakda
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
|