CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210

    Post Arabic , Access , ASP 3.0

    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..

  2. #2
    Join Date
    Jun 2003
    Posts
    4

    re:

    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

  3. #3
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210
    Hi
    the problem is solved
    change CodePage property of Session object to the appropriate value..
    for arabic it is 1256 (If i remember)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured