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 a multiple routing works ?
DHTML Is used for what?
What is Parser Bug?
Explain Default cursor Type and LockEdits type in RDO?
What is vbs file?
Difference between Class Module and Standard Module?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
___ property used to add a menus at runtime.
What is executenonquery in vb net?
What is the use of progress Bar Control?
1s it posible to Create Tables Through Querydef?
what are the Differences between Recordset and Resultsets?
What is ODBC Direct and Microsoft Jet Database Engine ?
What is shortcut menu and explain "The ole control's shortcut menu".
How many ways you can access file using VB?