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 void in c#?
Explain About remoting and web services. Difference between them
Can a static class have a constructor c#?
What is the difference between read and readline in c#?
Can partial class be inherited?
What is the difference between and xml documentation tag?
Can we change static value in c#?
What is a clr (common language runtime)?
Is Facebook a desktop application?
What is “using” statement in c#?
Can abstract class have constructor in c#?
How can i Spawn a Thread
What is the output of TextWriterTraceListener redirected?
What is meant by generics in c#?
What are the fundamental differences between value types and reference types?