Android Question How To Bulk Insert Records In Server Quickly.

Juzer Hussain

Active Member
Licensed User
Longtime User
Hi ,
Is there any way of bulk inserting records in server table. Or do we have to call Jobs(PostString) in Loop.Will it be a good idea?
I want to insert 53 records in a table in MS SQL.
Juzer
 

sorex

Expert
Licensed User
Longtime User
just concatenate the data and post it as one big string of parameters.

it will be way faster then sending 53 small posts.
 
Upvote 0
Top