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 are extender provider components?
What is ulong in c#?
What is a ienumerator?
What are the commonly used i/o classes?
Can you explicitly call a destructor?
what are the different ways a method can be overloaded?
What is meant by unicode characters?
Why we use dll in c#?
What is dll file in c#?
What is a protected class in c#?
What is namespace in oop?
Which framework is best for desktop application?
What is the difference between list and arraylist c#?
What is gridview c#?
How long does it take to learn c# programming?