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
Explain the types of Polymorphism.
Define delegate in c#?
What is difference between function and method in c#?
What is difference between code access and role based security?
What is difference between the "throw" and "throw ex" in .net?
Are cao stateful in nature?
What's c# ?
What are the types of comments in c#?
When is a class declared as a class abstract?
What are the benefits of using generics in c#?
What is the data type for bit in c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Explain what are the steps for creating clr trigger?
What are the different types of constructors in c#?