Greeting, I am new to this forum, I am having a problem when inserting multiple records at once by REST. It works perfect while inserting single record each time.
However, it takes more than 3 mins when inserting about 300 records, does anyone know how to make a bulk insert instead of looping it. I have tried the following, but it doesn't work.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
KAXMI
Hi,
Greeting, I am new to this forum, I am having a problem when inserting multiple records at once by REST. It works perfect while inserting single record each time.
However, it takes more than 3 mins when inserting about 300 records, does anyone know how to make a bulk insert instead of looping it. I have tried the following, but it doesn't work.
[{"ID":"1","Date":"11/29/2016"},{"ID":"2","Date":"11/30/2016"} ]
{"ID":"1","Date":"11/29/2016"},{"ID":"2","Date":"11/30/2016"}
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.