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
What is difference between float and decimal?
What is the base class in .net from which all the classes are derived from?
Explain how to parse a datetime string?
Can abstract class be sealed in c#?
Enlist all the components of an ado.net framework?
How do I do implement a trace and assert?
Can we override main method in c#?
What do you mean by streamreader/streamwriter class in c#?
List some of the common data providers for ado.net framework?
What is int32?
How is method overriding different from overloading?
How do I convert a string to an int in c#?
For read-only operation which property you have to designated?
Explain the difference between “constant” and “read-only” variables used in c#?
Why should I use interface in c#?