Insert Data into Database

I have one document contain Name and Age,I have one datase which has two columns name and age, could anyone please tell me how can I read data and insert into database. I have 10 record in my document.Thanks in Advance.

Hi Ashish,

–First you have to create the Adapter connection for that database .
–second you have to create the adapter service(insert Adapter service) for that particular Table and you need to mention there your inputs.
–Third you have to create flow service : in that apply loop to iterate you Document and user adapter service inside that …

For details explanation see the [h=3]webMethods JDBC Adapter User Guide…or webMethods Developer guide…[/h]

Better to you use batch insert with local transaction