What are different types of cursors in ADODB?

Answer Posted / pranita

there are four cursors in ADODB
1.Forward only-allows to move forward only through a
recordset.
2.keyset-allows to move forward and backward through
recordset.reflects modifications and deletions done by
other users.
3.dynamic-allows to move through a recordset.reflects all
changes made by another user.
4.static-allows to move forward and backward through a
recordset.does not reflect any changes made by the other
users.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between Dynaset and Snapshot?

1670


How would you create properties in ActiveX Control?

1431


What are the new events in textbox that has been included in VB ?

1339


Binary Access-method isused to access file in which manner?

1405


How to get Cursor position using API?

1670






What is dao in vb?

503


What is the use of Active Control Property?

1459


What is the use of Immediate, Local Window?

1488


OLE is used for _______

1094


What is activex control in vb?

539


Is it possible to Access BackEnd procedures? Explain.

1560


What is constructors and distructors.

1652


What is DDE?

1772


How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?

938


How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?

1035