How can we insert 100 records @ a time without using for loop into the databse
Answer Posted / sudhir
By use of SQLcommandbuilder, Sqldataadapter and Dataset u can direct update or insert whole datatable or dataset onto database by useinf sqldataadapter.update(datatable/dataset) method
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why do we need properties in c#?
What is the difference between virtual and override in c#?
Describe the overview of clr integration.
Which of these string definitions will prevent escaping on backslashes in c#?
What is the max value of int32 in c#?
Why is it important to override gethashcode when equals method is overridden?
What is the advantage of constructor in c#?
Should I make my destructor virtual?
What will be the output of the following code?
What do you mean by streamreader/streamwriter class in c#?
What is extension method in c sharp?
What is value c#?
What is string in c# net?
Can I call a virtual method from a constructor/destructor?
What is difference between array and collection?