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 ienumerable is used in c#?
Differentiate between the public and private ?
Does c# support const methods, properties, or events?
Can you instantiate an abstract class c#?
What is verbatim literal in c#?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
What problem does Delegate Solve?
What is difference between ienumerable and list in c#?
Which class does the remote object has to inherit?
2. What happened when BO object has been called?
What is meaning of type safety in c#?
What is inheritance c#?
What is append in c#?
Is var a data type?
What's the difference between the debug class and trace class? Documentation looks the same.