How can we insert 100 records @ a time without using for loop into the databse
Answer Posted / harshal parab
We can insert multiple records using a xml string.
This will also save the roundtrips to the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is 0 an unsigned integer?
What does a constructor do c#?
What is code verification?
Why do we need singleton pattern in c#?
What is difference between const and static in c#?
What is the difference between system.text.stringbuilder and system.string?
What does public mean in c#?
What is task parallel library?
Why do we use public static void main in c#?
Is c# pass by value?
What is state c#?
Is post back c#?
Describe the difference between inline and code behind - which is best?
What is a console application in c#?
Explain the advantage of using system.text.stringbuilder over system.string?