STORE data in database using DBOutput writer node

hello all

i need your help

i have used the following scenario

DBInput----->Reformat------>DBOutput

i have fetched the data from MYSQL database using DBInput node.

using Reformat node i have replaced the values

Now i want to store the values the modified values into database again.

how to storing the values using DBOutput node?

Hello,
full description of DBOutputTable you can found on our Wiki pages. ExtExamples/graph/graphDBLoad.grf (download examples) shows how to use DBOutputTable with insert and update queries.