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
What is the use of Hyperlink control for DHTML applications?
What are the types of line styles available in Treeview Control?
How would you add elements and pictures to listitems in listview control?
What is the difference between Msgbox Statement and MsgboxQ function?
Write the steps in Creating ActiveX Dll and Active Exe?
What is the default model of the form?
How do I get my application on top?
what controls have you used in your project?
Is the Variant type slower than using other variable types?
What is the difference between adodc and adodb in vb?
What is the difference between change event in normal combobox and dbcombobox?
What is the use of ActiveX Documents?
How do I do drag & drop between applications?
How would you map properties to controls by using ActiveX Control Interface Wizard?
what are the Types of LockEdits in RDO?