what are the different Types of Recordsets.



what are the different Types of Recordsets...

Answer / Vikas Dubey

In DAO (Data Access Objects), there are four types of recordsets: dynaset, snapshot, forward-only, and table. Dynaset is a forward-scrolling recordset that allows updating records. Snapshot is a static recordset that can be read-only or read/write but does not support updates made by other users in the same recordset. Forward-only recordsets are similar to dynasets but can only scroll through records once, and table recordsets act like temporary tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

Specify technical & functional architecture of your last 2 projects.

0 Answers  


Record set object consists of what?

5 Answers   Microsoft,


Advantage of ActiveX Dll over Active Exe.

1 Answers  


What is meant by Establish Connection in RDO?

1 Answers  


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

1 Answers  


Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.

1 Answers  


Whats the advantages/disadvantages of using datacontrol vs DAO/ADO/RDO?

1 Answers   L&T, MAHINDRA, Teledata,


How to down load image properties.

1 Answers  


What is instantiating?

1 Answers  


what is the Difference between listbox and combo box?

2 Answers  


What does option Explicit means?

8 Answers   IBM, Infosys,


Explain about form creation in Visual Basic?

1 Answers  


Categories