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
How do I create a new form in c#?
What is the difference between list and arraylist c#?
What are the steps to make an assembly to public?
What is data reader in c#?
Is dictionary reference type c#?
What's new in c#?
What do you mean by shared assembly?
What is the default value of string in c#?
What is iformatprovider in c#?
Define delegation in .net?
What does f mean in c#?
What is datagridview in c#?
What is the difference between iqueryable and ienumerable?
How to create multi-dimensional array?
What is null in database?