Data Comparison - Help

naveentp

New member
Joined
May 19, 2006
Messages
4
Programming Experience
1-3
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
 
Back
Top