Hi,
I have data retrieved from two databases [SQL Server and Oracle] with different charactersets. I need to compare the data for equality.
The issue is for extended ascii characters in the data - the simple string.compare() comparison fails, so how can I compare them.? Please help
Thanks in advance,
With Regards,
Naveen
I have data retrieved from two databases [SQL Server and Oracle] with different charactersets. I need to compare the data for equality.
The issue is for extended ascii characters in the data - the simple string.compare() comparison fails, so how can I compare them.? Please help
Thanks in advance,
With Regards,
Naveen