If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Getting japanese from access db into asp please help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-16-03, 03:47
Akumaownz Akumaownz is offline
Registered User
 
Join Date: Dec 2003
Posts: 10
Getting japanese from access db into asp please help

I have been putting togther a japanese shopping cart in ASP that calls on a access db to get japanese characters for the shop (japanese characters display in the db fine). Everything works well but when the asp builds the data from the db my browser displays the japanese as question marks eg

????????????

I am using Shift_JIS encoding on each page and I am using arial unicode as my access db font.

I have included my code. To see the problem go start.asp / veiwbycat then press japanese and under discription you will see the

????????????

Any help would be greatly appreciated
Attached Files
File Type: zip japan_shop.zip (72.5 KB, 12 views)
Reply With Quote
  #2 (permalink)  
Old 12-17-03, 06:16
Akumaownz Akumaownz is offline
Registered User
 
Join Date: Dec 2003
Posts: 10
Talking OMG so easy

I fixed it (with the help of my code friend aka Officer)

just make sure the first line in your asp pages is


<%@ Language=VBScript CODEPAGE=932 %>

and it works


pure genius
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On