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

How many ways we can access file using VB?

1787


How can I speed up my VB database application?

1054


What is dao in vb?

591


Which type of object requires this object?

1665


What is the use of NEW Keyword? Explain.

1655






Explain about literals?

649


Explain Types of DBCombo boxes?

681


How would you create Visual basic Document file?

1492


How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?

998


What is DAO?

1687


What is the use of OLE?

2114


How can you Navigate from the DHTML application to another DHTML application? .

1735


Can a VB application be an OLE server?

1056


__ no of controls in form.

1150


What is file in vb?

579