What is the difference between a Dynaset and Snapshot and
how would you create one?
Answer Posted / suresh
A dynaset-type Recordset object is a dynamic set of records
that can contain fields from one or more tables or queries
in a database and may be updatable. In an ODBCDirect
database, a dynaset-type Recordset object corresponds to an
ODBC keyset cursor.
Remarks
A dynaset-type Recordset object is a type of Recordset
object you can use to manipulate data in an underlying
database table or tables.
It differs from a snapshot-type Recordset object because
the dynaset stores only the primary key for each record,
instead of actual data. As a result, a dynaset is updated
with changes made to the source data, while the snapshot is
not. Like the table-type Recordset object, a dynaset
retrieves the full record only when it's needed for editing
or display purposes.
A snapshot-type Recordset object is a static set of records
that you can use to examine data in an underlying table or
tables. In an ODBCDirect database, a snapshot-type
Recordset object corresponds to a static cursor.
Remarks
To create a snapshot-type Recordset object, use the
OpenRecordset method on an open database, on another
dynaset- or snapshot-type Recordset object, or on a
QueryDef object.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Explain OLE Drag and Drop.
How do I mimic a toggle button?
What is the-use of property page Wizard in ActiveX Control?
How many tabs in a tabbed dialog do you consider appropriate?
To populate a single column value which dbcontrols you to use?
What is the difference between Msgbox Statement and MsgboxQ function?
How do I set the Windows wallpaper at runtime?
What is Seek Method which type of record set is available this?
How would you run your ActiveX Document Dll?
How would you create your application in DHTML?
What is the use of ActiveX Documents?
1.What are the Feactures visual data manager 2.Short note on visual data manager 3.What is data control,its work,properties,methods 4.Needs for OLEDB in vb 5.LIst steps involved in generating christal report 6.What is a recordset 7.Diffrence between RDO and ADO 8.What is an Activex control 9.Advantages of ADO over data control 10.Diffrence between model and modeless form 11.What is the significance of debug window 12.Diffrence between single document and multiple document 13.Explain data report
What are the important components of OLEDB?
Is visual basic still used?
Explain the differences between ActiveX Dll and ActiveX Exe?