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
How to find size of the file. Which method or function is used to occomplish this?
What is the default model of the form?
Timer control contains ________ no. of events.
Which type of object requires this object?
How can you get selected file from file system Control?
What are the uses of List View Control?
what are the Differences between Recordset and Resultsets?
Is it possible to change menu runtime using API? If yes? Specify the function names.
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
how to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?
What is the use of Visual Basic Document file?
Which method is preferred to save data like database to the disk?
With in the form we want to check all the text box control are typed or not? How?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
How do I make a text box not beep but do something else when I hit the Enter key?