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



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

Answer / Vijyendra Kuamr

LockEdits in DAO are used to manage concurrent access to records in a database. There are three types: dbOptimistic, dbPessimistic, and dbDenyWriteNoCheck. As for the recordsets, there are five main types: dynaset (allows updating), table (read-only like a table), snapshot (static view of data), forward-only (a read-only cursor that can only move forward through the records), and static (similar to a snapshot but with an additional index).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

Whether HTML supports multimedia: and document links?

1 Answers  


What is the use of Data Form Wizard?

1 Answers  


What is ActiveX Document?

1 Answers  


What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?

1 Answers   Wipro,


How do you avoid the "Invalid use of null" error when reading null values from a database?

1 Answers  


State about the different types of visual basic data?

1 Answers  


Binary Access-method isused to access file in which manner?

1 Answers  


what are Instancing for classes provided by ActiveX component like prive, publicnotcreatable,SingleUse, GlobalSinleUse,MultiUse.

1 Answers   HCL,


Which method is used to write context Into file?

1 Answers  


How would you convert a form into document?

1 Answers  


Where will we give the option explicit keyword and for what?

1 Answers  


How do I program the Novell NetWare API from VB?

1 Answers  


Categories