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
How many ways we can access file using VB?
How can I speed up my VB database application?
What is dao in vb?
Which type of object requires this object?
What is the use of NEW Keyword? Explain.
Explain about literals?
Explain Types of DBCombo boxes?
How would you create Visual basic Document file?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
What is DAO?
What is the use of OLE?
How can you Navigate from the DHTML application to another DHTML application? .
Can a VB application be an OLE server?
__ no of controls in form.
What is file in vb?