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

How can you check whether a record is valid record or Invalid record using ADO control or Object?

1533


Types of LockEdits in DAO? 51 .Types of Recordsets.

1444


What is visual basic used for?

633


Types of LockEdits in RDO.

1668


What is meant by Establish Connection in RDO?

1927






what is the Difference between Linked Object and Embedded Object?

1862


Explain about creating VB applications in excel?

775


What is the difference between change event in normal combobox and dbcombobox?

1741


What is connection object in vb net?

683


by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.

1798


Give brief description about class?

1568


What is the use of parameters collection?

1654


What is the use of progress Bar Control?

1599


What is the use of progress Bar Control?

1606


Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.

1968