I am replicating two databases (SQL Server 2000 and PostgreSQL). For this I am using http://blog.hagander.net/archives/103-Replicating-from-MS-SQL-Server-to-PostgreSQL.html . Then i take the last step
ERROR: operator does not exist: character = integer; Error executing the query
appeared. I am using PostgreSQL 8.4.6 for these and ODBC drivers (all psqlodbc_08_04_0100.zip, psqlodbc_08_04_0200.zip) from here I am also trying to uninstall and install the version that Synaptic named 9.0.2-1 and updated the odbc drivers that I am trying (psqlodbc_09_0001 .zip, psqlodbc_09_00_0101.zip, psqlodbc_09_00_0200.zip), it also returns this error. The request launched from delphi, where I use only System DSN, works fine
source
share