arabic character could not be displaying from sql 2000 database

  • Thread starter arabic character could not be displaying
  • Start date
A

arabic character could not be displaying

iam doing a project for our orgnization but i have aproblem with it which is
my appliction made by frontpage with asp programming connected with sql 2000
database. the arabic character could not be displaying correctly from sql
2000.it display question mark(?).i want to know is this problem from sql 2000
or from MS front page.
 
S

Stefan B Rusynko

Are you declaring a LCID in your ASP

Session.lcid = 1025

(Arabic is 1025)





| iam doing a project for our orgnization but i have aproblem with it which is
| my appliction made by frontpage with asp programming connected with sql 2000
| database. the arabic character could not be displaying correctly from sql
| 2000.it display question mark(?).i want to know is this problem from sql 2000
| or from MS front page.
 
Top