Answer Posted / jayanto
Three types of DAO are available
1.Table-type recordsets, representing a base table in a
Microsoft Jet (.MDB) database
2.Dynaset-type recordsets, which result from a query
3.Snapshot-type recordsets, consisting of a static copy of
a set of records
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
How to transpose multi-dimensional array?
What are the 3 different types of arrays?
What is icomparer in c#?
What is cookies c#?
In how many ways you can overload a method?
in object oriented programming, how would you describe encapsulation?
What is difference between out and ref in c#?
Name some properties of thread class.
What is difference between new and override in c#?
What is thread.sleep()?
What is difference between ienumerable and list in c#?
What are handlers in c#?
Define Final Class in C#
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?