Answer Posted / mathangi
Here are the five types of recordsets:
• Table-type Recordset
Basically a complete table from a database.
• Dynaset-type Recordset
The result of a query that can have updatable records. It
can contain fields from one or more tables in a database.
• Snapshot-type Recordset
A read-only set of records that you can use to find data or
generate reports.
• Forward-only-type Recordset
Identical to a snapshot except that no cursor is provided.
• Dynamic-type Recordset
A query result set from one or more base tables in which you
can add, change, or delete records from a row-returning
query. Further, records other users add, delete, or edit in
the base tables also appear in your Recordset.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of property page Wizard in ActiveX Control?
Whether HTML supports multimedia: and document links?
Explain about manipulating the recordset object
what are the Differenct Types of Procedures in VB?
How would you use ActiveX Dll and ActiveX Exe in your application?
Explain about form creation in Visual Basic?
___,_____ and ____ container objects.
Scope of API?s can be of different types, what are they Why API functions are Required?
What are the scope of the class?
Difference between Linked Object and Embedded Object?
what are the Types of DBCombo boxes?
Is it possible to set a shortcut key for label?
What are the new events in textbox that has been included in VB ?
Which method is preferred to save data like database to the disk?
What is the use of Data Form Wizard?