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
Who benefits from ajax?
What does console readline do in c#?
What is difference between out and ref in c#?
Explain the three test cases in unit testing?
Why abstract class can not be instantiated?
What does addressof operator do in background ?
What are the types of methods in c#?
Why var is used in c#?
Is datetime a value type in c#?
What is Dependency of Injection?
Explain About stateless and state full web service
How Do You Convert A Value-type To A Reference-type?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Define using statement in c#?
What are expressions c#?