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
Explain 'structure padding'?
What are Regex / regular expressions ?
Could you explain the difference between func vs action vs predicate?
Why do we use 0?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What is a variable in c#?
Define an array?
What does the initial catalog parameter define in the connection string?
What are the benefits of using windows services:
How do I do implement a trace and assert?
What are concrete classes?
What is the use of flag in c#?
What is ado net in c#?
Why do we need singleton class in c#?
What is oledbconnection c#?