Arabic issues

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
unidirect2pro
Posts: 11
Joined: Tue 03 Jul 2012 06:52

Arabic issues

Post by unidirect2pro » Sun 21 Jul 2013 19:15

Arabic Language showing as ??? in all data base . version 3.40.451.0 .. and in the old version

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Arabic issues

Post by Pinturiccio » Mon 22 Jul 2013 14:26

There may be several possible reasons for such behaviour. Since you have not specified the database you are working with, we explain them using Oracle database as an example.

1. Database encoding must support Arabic characters. If database encoding does not support Arabic characters, NVARCHAR/NCLOB fields must be used to store textual data instead of VARCHAR/CLOB.
2. The 'Unicode=true;' connection string parameter must be added to the connection string for exchanging data in Unicode format. This parameter is available only for providers that support it.

Post Reply