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
How do I type a whitespace character?
what is difference between is and as operators in c#?
What is the size of a decimal?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
Why do we need interfaces in c#?
Does c# support multilevel inheritance?
Are private members inherited in c#?
What is a .aspx file?
Why we use get and set method in c#?
Why is static constructor called first?
Distinguish between a class and struct?
Which framework is best for desktop application?
What is the use of system.environment class in c#.net?
What does || mean in programming?
How many types of methods are there in c#?