Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is form feed in c#?

986


What is the relation between classes and objects?

1004


What does using system mean in c#?

1066


What is uint c#?

956


Difference between StackPanel and RelativePanel ?

1066


What is the difference between int16 and int32 in c#?

991


What is hashset c#?

1050


What is an int c#?

912


What is xml serialization and deserialization in c#?

999


What is a generic in c#?

969


What is a linked list c#?

928


What are the different approaches of passing parameters to a method?

1017


What is data set in c#?

976


What is the implicit name of the parameter that gets passed into the set method/property of a class?

970


How is method overriding different from overloading?

1095