What are the different cursor types that can we create
using ADO Recordset?
Difference between these cursor types?
Answer Posted / pratik
•A Static Cursor doesn't reflect data changes made to the DB once the ResultSet has been created whereas a Dynamic Cursor reflects the changes as and when they happen.
•A Static Cursor is much more performant than a Dynamic Cursor as it doesn't require further interaction with the DB server.
•A static cursor supports both Relative and Absolute Positioning whereas a Dynamic Cursor supports only Relative Positioning.
•A Static Cursor can be used for Bookmarking purposes as the data returned is static whereas a Dynamic Cursor can't be used for the same
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you create a tabletype of recordset in Jet connected ODBC dbengine.
How would you attach pictures in Treeview Control?
Explain about creating VB applications in excel?
How can you get selected file from file system Control?
What are the uses of List View Control?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
What do you mean by Databound Controls Explain?
Which method is used to write context Into file?
How would you access objects created in ActiveX Exe and ActiveX Dll
what are the Differences between Recordset and Resultsets?
What is Mask Edit and why it is used?
How do you create a form in visual basic?
which property of menu cannot be set at run time.
Explain about Caturing Baseline.
Explain about ADO control?