How can we insert 100 records @ a time without using for loop into the databse
Answer Posted / raja
simply you can use sqlbulkcopy to copy entire set to
database.
or
send datatable as a parameter to the stored procedure, in
SP simply u can merge the table with actual table.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is difference between property and variable in c#?
Explain About .Net remoting
What is a derived class in c#?
What is a float?
What is byte c#?
Does c# replace c++?
What is the difference between a variable and a literal?
What is the difference between interface and abstract class in c#?
What is call back method?
Can a class or a struct have multiple constructors?
Does c# support const methods, properties, or events?
Who benefits from ajax?
Describe an interface class?
How do I create a new form in c#?
What is generic in c#?