How can we insert 100 records @ a time without using for loop into the databse
Answer Posted / vinodh kumar
if you are inserting values from another table. then you can use this.
insert into table name
select <columns> from <table1>
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is form feed in c#?
What is the relation between classes and objects?
What does using system mean in c#?
What is uint c#?
Difference between StackPanel and RelativePanel ?
What is the difference between int16 and int32 in c#?
What is hashset c#?
What is an int c#?
What is xml serialization and deserialization in c#?
What is a generic in c#?
What is a linked list c#?
What are the different approaches of passing parameters to a method?
What is data set in c#?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
How is method overriding different from overloading?