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
Explain about form creation in Visual Basic?
how a multiple routing works ?
When/Why should I use Option Explicit?
What are the types of line styles available in Treeview Control?
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?
What is the-use of property page Wizard in ActiveX Control?
What are the tools available for Debuggiu in VB?
What is ActiveX Control?
What are forms in visual basic?
what are the Types of Resultsets?
How would you create your application in DHTML?
Is visualvm free?
What are the uses of List View Control?
How to customize workgroup message?
___ property is used to change to ___ value to access a identity column'in datacontrols.