All Forums >> [Scripting] >> ASP >> Help! ASP+MS Access codepage problem Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I had a ASP+MS Access website in an English Window server. The language of the website is Chinese Traditional. Now, I want to move the website to a Chinese Traditional Window server. However, all data get from MS Access is wrong code but not Chinese. What should I do? Should it be something about codepage setting?
u dont actually say what data is wrong.. is it dates/times??? i assume so... if so, see what timestamp format you are using in the access table.. you should be able to change the format..
I am sure that the codepage prop should display the correct data. However try using the LCID prop. As this determines the time-zone and the language rules for the system....It specifies the location identifier, which is used to display content...i dont know what the LCID code is for Chinese however.