Arabic issues
-
- Posts: 11
- Joined: Tue 03 Jul 2012 06:52
Arabic issues
Arabic Language showing as ??? in all data base . version 3.40.451.0 .. and in the old version
-
- Devart Team
- Posts: 2420
- Joined: Wed 02 Nov 2011 09:44
Re: Arabic issues
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.
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.