How can we insert 100 records @ a time without using for loop into the databse
Answer Posted / answerme
If we need to copy data from one table to another we may
use "insert into" statement.
Please elaborate the qusetion, from where do we need to
insert the records?
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Can dictionary have duplicate keys c#?
What is console based application?
What is the use of 'using' statement in c#?
What is access specifier in c#?
How the versioning applies to Assemblies or can you explain version numbers?
If a method's return type is void, can you use a return keyword in the method?
Why can’t struct be used instead of class for storing entity?
How do you escape c#?
What is the difference between “dispose” and “finalize” variables in c#?
What is class method?
What is type checking in c#?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
What is property c#?
What is a delegate in c#?
what is a structure in c#