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 > Question Marks

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-11-03, 17:22
whwrob whwrob is offline
Registered User
 
Join Date: Aug 2003
Posts: 1
Question Marks

I am trying to access a microsoft access 2000 database using ASP on IIS6 and Win2k3. In some of the tables in the database there are chinese symbols. When the data is displayed in the brower they are displayed as question marks. Does anyone know how to fix this?
Reply With Quote
  #2 (permalink)  
Old 08-13-03, 01:16
Memnoch1207 Memnoch1207 is offline
Registered User
 
Join Date: Jan 2003
Location: Midwest
Posts: 138
put this at the top of the asp page.
Code:
<%@ Language=VBScript CODEPAGE=950 %>,
Reply With Quote
  #3 (permalink)  
Old 01-08-04, 00:05
joeli joeli is offline
Registered User
 
Join Date: Jan 2004
Posts: 5
Thanks for your advice. However, I introduce a new problem after added 'codepage' option.

Before added 'codepage' option, the Access output characters become question marks '???????' and the chinese characters in static HTML can appear correctly.

After 'codepage' option, the Access output characters show correctly. I can see the chinese characters but the original static HTML text (in Chinese) cannot show correctly.

Are there any suggestions for my scenario?
Reply With Quote
  #4 (permalink)  
Old 01-09-04, 06:34
arnelR arnelR is offline
Registered User
 
Join Date: Dec 2003
Location: Philippines
Posts: 11
try server.urlencode or server.htmlencode.
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