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

What is asp.net ajax? : asp.net ajax

0 Answers  


When should we use a java applet instead of ajax?

0 Answers  


What are synchronous and asynchronous ajax requests?

0 Answers  


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

0 Answers  


What is the basic goals of AJAX ?

0 Answers  






What are all the technologies used by Ajax?

1 Answers  


What is xmlhttprequest object in ajax? How can you xmlhttprequest object?

0 Answers  


Would we be able to settle the updatepanel controls?

0 Answers  


What are the important methods of xmlhttprequest?

0 Answers  


Describe the animation extender control and the method by which this control is utilized?

0 Answers  


What are the protocols and forms in ajax?

0 Answers  


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

0 Answers  


Categories