-
Charset problem
Dear All,
I'm using ASE 12.5.3 on Suse Linux 9.3, The default ASE
charset is set to ISO_1
The database' tables contain data in Arabic language.
When I retrieve the data using ADO.NET driver, I got strange
characters instead of Arabic characters!
How can I solve this problem?
Is Sybase for Linux supports Arabic?
Any comments will be very helpful.
Thanks,
Atef
-
Re: Charset problem
First, check whether Arabic data is stored properly in ASE.
Run a select query using convert(binary,colname) against the
table containing Arabic data and confirm whether the binary
is correct or not.
If its correct, I suspect it'd be ADO.NET driver issue in
converting the Arabic data, else it should be ASE issue.
Hope this helps.
> Dear All,
>
> I'm using ASE 12.5.3 on Suse Linux 9.3, The default ASE
> charset is set to ISO_1
> The database' tables contain data in Arabic language.
>
> When I retrieve the data using ADO.NET driver, I got
> strange characters instead of Arabic characters!
>
> How can I solve this problem?
> Is Sybase for Linux supports Arabic?
>
> Any comments will be very helpful.
>
> Thanks,
>
> Atef