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
What is difference between assembly and dll?
Is lazy t thread safe?
What is default access specifier for class in c#?
What is cshtml extension?
What is default boolean value in c#?
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
Explain jagged arrays in c#?
Why c# is type safe?
What is data quality assurance?
What are managed providers?
What is an arraylist in c#?
Why constructor is used in c#?
How many bytes is an int?
Explain manifest & metadata in c#.
What is unmannaged code and will CLR handle this kind of code or not .