Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello guys
iwant to update table with auto increment key when i chose insert or update i have error you must have a key
Ok so if you have the primary key on both you could set it on the output schema
And you use insert or update in the tdboutput. Maybe you have to desactivate auto increment in postgre table before if you want to preserve the id of oracle table for The insert. You could execute raw sql in tDBrow component
no i didnt import oracle id