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

Describe the process and benefits of using the always visible control extender?

0 Answers  


How do we get the xmlhttprequest object?

0 Answers  


what are difference between server-side ajax framework and client-side ajax framework?

0 Answers  


Are there any frameworks available to help speedup development with ajax?

0 Answers  


How can we handle concurrent requests?

1 Answers  






What will happen with click of browser "back" button among asynchronous requests?

0 Answers  


What are the types of open() method used for xmlhttprequest?

0 Answers  


Where AJAX cannot be used?

1 Answers  


Is it possible to upload a file using Ajax ? Reason

7 Answers   IBM,


When do I use a synchronous versus asynchronous request?

0 Answers  


What are the benefits of ajax?

0 Answers  


Why is ajax called ajax?

0 Answers  


Categories