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 do I force a file dialogue box to reread the currect disk?
How many ways we can access file using VB?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
Explain the working of templates?
What is vbs file?
How do I do drag & drop between applications?
what are the different Types of Recordsets.
Is it posible to Create Tables Through Querydef?
Explain about an event-driven programming language?
Explain OLE Drag and Drop.
When/Why should I use Option Explicit?
What is the need of tabindex property is label control.
What is ActiveX Dll and ActiveX Exe?
Write the Steps in Creating an ActiveX Control?
How would you create properties by using class Builder Wizard?