How can we insert 100 records @ a time without using for loop into the databse
Answer Posted / gaurav verma
To make insert query and with the excel sheet you can also
insert the record at a time.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between string and string in c#?
Can we have only “try” block without “catch” block in c#?
What is a clr (common language runtime)?
Explain the different types of delegates used in c#.
What is a event in c#?
What are the differences between static, public and void in c#?
How do you declare an interface in c#?
Is c# easier than c++?
What is difference between hashtable and dictionary in c#?
What is the compiler of c#?
What is asp net c# corner?
Which namespace is required to implement trace ?
What is the root element of an xml file?
If the original method is not static you can declare an override method to be static or not?
Can you specify nested classes as partial classes?