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
Can you explicitly call a destructor?
What is the difference between interface and functional interface?
What is the difference between method and constructor in c#?
What are the Configuration files in .net?
Define boxing and unboxing in c#?
How long does it take to learn c# for unity?
What is difference between float and integer?
What is a factory in c#?
What is native image generator (ngen.exe)?
We cannot create instances of static classes. Can we have constructors for static classes?
How do you access a constant field declared in a class?
Difference between StackPanel and RelativePanel ?
What is event delegate in c#?
What is encapsulation in csharp?
What to implement on my class Finalize or IDisposable