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
Explain how to parse a datetime string?
Can we override main method in c#?
What is type class in c#?
What are Uses of CLR
How does array sort work?
What are the Features in .net framework 1.1
What is the example of predicate?
What are scriptable objects?
Whats an assembly? Describe the importance of assembly?
What floating point types is supported in C#?
Are c# strings null terminated?
How can I check the type of an object at runtime?
What is class and object c#?
Major difference between Basic httpbinding and WShttpbinding?
How to use the sreamReader class to read form a text file?