sql server - Update MySQL table from an MSSQL Table with Talend -


i want update mysql table values retrieved mssql table in talend.

i used mssql table tmssqlunput, tmap , mysql table tmysqloutput couldn't update establish join query , update table.

what should do?

you can define key in schema of tmysqloutput , select action update. way talend generate update statement using key columns in update clause...and process them @ mysql db.

it done each row coming out of tmap.

if want write own sql should use tmysqlrow..


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -