navya kodali
Posts: 0
Joined: Wed Jan 22, 2014 6:47 am

how to create multiple rows at a time in database.

Hi,

I have 6 textfields in my application. after entering data in all 6 textboxes when click on save button i need to invoke "createservice". In that i am able to send only one text,id at a time now.
Is there any chance to send multiple ids at at time to create rows in database?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

how to create multiple rows at a time in database.

Hello! With one request you can create/update only one record in collection, but you can invoke service as many times as you need.

Return to “Issues”