Tags: Hi all. I have to read a file Excel and for each record, i need to write on many database tables. I tried to use tFileInput and tDBOutput but i found i can write only on *one* table. How can i perform many operations for each row? By the way, operations for a single row must be in a transaction: if something goes wrong, they have to rollback. Also this, i do not know how to do. Someone may suggest me some hint? Thank you
hi I have a excel sheet as the input source and Mysql db tale as output, i can insert data from excel sheet to table. but i want another thing to do, i want to add another new row for each rows in the table how can i do this