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 > Unicode problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-16-03, 01:10
shwong2 shwong2 is offline
Registered User
 
Join Date: Dec 2002
Posts: 4
Unicode problem

I am a developer in HK
I have input my data using a web page to a access database, the CHINESE char is encoded in unicode

When I want to search the DB using
"SELECT * FORM DBNAME WHERE name="CHINESE CHAR"
I can't search anything

But when I search
"SELECT * FORM DBNAME WHERE name="unicode of that CHINESE CHAR"
I can search the result

Can any one tell me how can I change the input text from web to unicode automatically

Thanks!!
Reply With Quote
  #2 (permalink)  
Old 05-16-03, 11:45
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
Vbscript not too good with unicode...

__________________
Tim
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