Hi, i have two tables: name, name_data. i should do the following business: 1, get all names from database 2, for every name, do getDataForName which return a xml file 3, translate data from xml to name_data table i know how to read results from a table and how to load data from xml to database. Is there any way to iterate a tMysqlInput or other resultset component? Thanks. Dianbo