Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good afternoon , sorry if my English is not very good.
But I'm with trouble .
I am using a tOracleOutput for tPostgresqlOutput , when generating the command to insert the speakers are receiving double quotes. This generates an error allowing not perform insert.
Adjusting this case?
JAVA CODE (Column database example => COD_EMP, COD_UNIDADE_LOCAL)
String insert_tPostgresqlOutput_1 = "INSERT INTO \""
+ tableName_tPostgresqlOutput_1
+ "\" (\"COD_EMP\",\"COD_UNIDADE_LOCAL\",
COMMAND GENERATE:
INSERT INTO "table" ("COD_EMP","COD_UNIDADE_LOCAL"
Could someone show me how to adjust ?
Edit:
Version: 6.1.1