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 will you update multiple records in a single shot?
From an ASP.net appli to SQL Serevr

Answers were Sorted based on User's Feedback



How will you update multiple records in a single shot? From an ASP.net appli to SQL Serevr..

Answer / mithun

Create a data table. add mulitple records to it. pass it as datatable to stored procedure.

in DAO, pass datatable as single parameter of type SqlType.Structured.

in SQL, create a user defined datatype of table with same structure u pass from web. select the column values from table datatype an insert into table.

Is This Answer Correct ?    2 Yes 1 No

How will you update multiple records in a single shot? From an ASP.net appli to SQL Serevr..

Answer / darshit

it does not support in Sql Server 2005

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

Can we nest the updatepanel controls? : asp.net ajax

0 Answers  


Which two methods are used for handling cross-domain ajax calls ?

0 Answers  


Explain fetch api in javascript?

0 Answers  


Is it possible to set session variables from javascript?

0 Answers  


What is the purpose of xmlhttprequest?

0 Answers  


What are the disadvantages of Ajax?

1 Answers  


Which request is better, Get or Post?

1 Answers  


Do we have to use http get/post for the ajax calls?

0 Answers  


What is the Difference between AJAX and Javascript?

7 Answers   T3 Softwares,


What are all the technologies used by Ajax?

1 Answers  


What is the difference between javascript and ajax?

0 Answers  


How to create an ajax website using visual studio?

0 Answers  


Categories