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
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
Can you inherit from a static class in c#?
How do you declare a method in c#?
How long will it take to learn c#?
What is entity framework in c#?
What is dependency injection?
What is a Managed Code??
Can destructors have access modifiers?
What is the difference between ienumerable and iqueryable?
What is Wrapper class in dot net?
Is c# used for any core features of windows vista?
Can a method return multiple values in c#?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
What is an assembly qualified name? Is it a filename? How is it different?
What is difference between array and list in c#?