jdbc adpater service

Hi,
i have a small question, i am trying to insert some data into database,
so for that i called insert adapterservice. for input i am mapping strings and i am geting null output. i checked the database it is reflectinf correctly.
what my question is ''after inserting data into database…what would be the output for INSERT flowstep.

Thanks

Hi,
The insert output would be null unless you have a variable defined in the Result tab. That will give you the no.of rows inserted

Regards,
Pradeep

You will have the rowCount var in pipeline that you define it in the Insert AdapterService and this will have the count of how many rows effected.

HTH,
RMG