Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Arabic Problem using Asp and Access

Reply
Thread Tools

Arabic Problem using Asp and Access

 
 
NohaKhalifa
Guest
Posts: n/a
 
      02-20-2004
Dear All ,
I have a very big problem regarding using Arabic Character set .

I'm Developing an Arabic Web Site using Asp and connecting to Access
Database .
but i have a problem retreiving data from database after i uploaded
site to the hosing server ....
All the arabic data retreived from database using Asp appears as
question marks ??????? and only staic arabic written in asp pages
appears well but which retreived from database appears wrong .

I put charset=windows-1256 in all my Asp pages and the hosting site
support told us that they enabled Arabic in there system "Windows" .

If anyone have any idea about this problem .please, send to me .

Thanks alot
Noha Khalifa
 
Reply With Quote
 
 
 
 
Mark Schupp
Guest
Posts: n/a
 
      02-20-2004
If you look directly into the database are the Arabic characters correct?

Try using utf-8.

In global.asa session_onstart add:

session.codepage=65001

in the content-type metatag on each page use charset=utf-8.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com


"NohaKhalifa" <> wrote in message
news: om...
> Dear All ,
> I have a very big problem regarding using Arabic Character set .
>
> I'm Developing an Arabic Web Site using Asp and connecting to Access
> Database .
> but i have a problem retreiving data from database after i uploaded
> site to the hosing server ....
> All the arabic data retreived from database using Asp appears as
> question marks ??????? and only staic arabic written in asp pages
> appears well but which retreived from database appears wrong .
>
> I put charset=windows-1256 in all my Asp pages and the hosting site
> support told us that they enabled Arabic in there system "Windows" .
>
> If anyone have any idea about this problem .please, send to me .
>
> Thanks alot
> Noha Khalifa



 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Arabic Text Problem --- Urgent --- Khan Java 4 05-03-2006 06:05 AM
ASP.NET DropDownList & Arabic characters Mutley ASP .Net 0 08-24-2005 03:03 PM
Problem when inserting Data using Arabic or Farsi Language Fahad ASP .Net 2 12-27-2003 10:56 AM
Arabic / Russian text in asp/ie built-in editor/access Linda ASP General 1 10-15-2003 12:18 AM
Language and Direction real GURU needed! (Hebrew and maybe arabic) CR or Charset issue? Efy. ASP .Net 2 06-25-2003 03:28 PM



Advertisments