Page 1 of 1

Arabic issues

Posted: Sun 21 Jul 2013 19:15
by unidirect2pro
Arabic Language showing as ??? in all data base . version 3.40.451.0 .. and in the old version

Re: Arabic issues

Posted: Mon 22 Jul 2013 14:26
by Pinturiccio
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.