What?s the data provider name to connect to Access database?
Answer Posted / mike
System.Data.OleDb
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can we declare class as protected?
What do you mean by parsing and how to parse a date time string in c#?
What is the default modifier for class in c#?
Are c and c# the same thing?
What is literal in c#?
What is dataadapter c#?
What are the advantages of using c#?
How do you create partial methods?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
Distinguish between continue and break statement?
What is difference between array and list?
Is lazy t thread safe?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
Why should I use interface in c#?
What are static and dynamic variables?