Hi,
when I want to process a conversion from MS SQL Server 2005 data source to a Postgre DB I get an error: "Column "<NameOfTheColumn>" cannot convert between unicode and non-unicode string data types."
I tried to change all possible encodings (UTF8, LATIN1, WIN1250, WIN1252) in the destination Posgtre DB and the result is still that same error.
My source MS-SQL collation, that I cannot unfortunately change, is set for "SQL_Latin1_General_CP1250_CI_AS" and data type is char(50) or varchar(50).
Thanx for your response.
Pavel
