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
What is the difference between decimal and integer?
What is instantiating a class in c#?
What is serializable in c#?
What are modifiers in c#?
What does type safety mean?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
Why does dllimport not work for me?
What is difference between for and foreach in c#?
Are attributes inherited c#?
Which sorting algorithm is best?
When can a derived class override a base class member?
Define sealed classes in c#?
Differentiate between object pooling and connection pooling in c#?
What is dynamic in c#?
How C# 4.0 supports dynamic programming language?