Is there any Edit method in ADO Data Access method?



Is there any Edit method in ADO Data Access method?..

Answer / Awadheshwar Kumar

No, ADO.NET does not have a direct Edit method for updating records. Instead, you should use the Update method on the Recordset object to save changes made to a record.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

Is it possible to change menu runtime using API? If yes? Specify the function names.

1 Answers  


What is the difference between Msgbox Statement and MsgboxQ function?

1 Answers  


How to find size of the file. Which method or function is used to occomplish this?

1 Answers  


What is DBFailError?

1 Answers  


What is the size of the variant data type?

3 Answers  


How would you navigate between one document to another document

1 Answers  


How can you Add API functions to your Application?

1 Answers  


Is it possible to Manipulate data through flexgrid? Explain.

1 Answers  


How do I speed up control property access?

1 Answers  


How would you attach pictures in column headers of List View Control?

1 Answers  


What is meant by Establish Connection in RDO?

1 Answers  


Explain the types of Views in Listview Control.

1 Answers  


Categories