Click to See Complete Forum and Search --> : Arabic , Access , ASP 3.0


hspc
May 11th, 2003, 09:11 AM
Hi all
I have a problem with reading arabic data from an Access 2000 DB File in asp 3.0
the problem takes two forms:

1) when I add some Arabic data to the access file and upload it to the server,,I get some rubish when I read the data using ASP 3.0 on the server .. while I can read it when using localhost.

2)When I add data in arabic to the database using an ASP form I can read it again using ASP and works fine .. but when I downlaod the file and open it in Access or asp in localhost I see some rubish again..

please me help finding a solution..And send your questions if you find my post unclear..

kumarsps
June 9th, 2003, 09:56 AM
Hi,

I have basic doubts in this. Please help me....

I have the arabic data in my site to be picked from my site. I loaded the data in the database. When i print using my ASP page... it just displays ???. How do I get out of it.

To make the question straight.. how do I display arabic text picked from the database.... please help me, tell me what are the changes you should do for the head tags also....

Thanks

hspc
June 13th, 2003, 03:25 AM
Hi
the problem is solved
change CodePage property of Session object to the appropriate value..
for arabic it is 1256 (If i remember)