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
what are the Types of LockEdits in RDO?
What is the default workspace?
Explain the types of Views in Listview Control?
When should we use recursive programming?
Explain the differences between ActiveX Dll and ActiveX Exe?
what are the types of LockEdits in DAO?
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?
I get a "file not found" error on the IIF function when I distribute by program. Why?
What is "NULL"?
What are the scope of the class?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
Types of ActiveX Components in VB?
How do I dial a phone number without using the MSCOMM VBX?
Why API functions are Required?
Explain about form creation in Visual Basic?