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


Please Help Members By Posting Answers For Below Questions

what are the Types of LockEdits in RDO?

1817


What is the default workspace?

1890


Explain the types of Views in Listview Control?

1983


When should we use recursive programming?

759


Explain the differences between ActiveX Dll and ActiveX Exe?

1736


what are the types of LockEdits in DAO?

1725


VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?

1757


I get a "file not found" error on the IIF function when I distribute by program. Why?

1266


What is "NULL"?

1250


What are the scope of the class?

1754


To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

1648


Types of ActiveX Components in VB?

1646


How do I dial a phone number without using the MSCOMM VBX?

1493


Why API functions are Required?

2022


Explain about form creation in Visual Basic?

784