What is the data provider name to connect to access database?



What is the data provider name to connect to access database?..

Answer / Devendra Kumar Gupta

In C#, System.Data.OleDb.OleDbConnection is used for connecting to an Access database with the data source set to the path of the .mdb file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is clr namespace?

1 Answers  


What does it mean to override a method?

1 Answers  


Why to use “finally” block in c#?

1 Answers  


Can you declare a C++ type destructor in C# like ~MyClass() ?

1 Answers  


Which of the following API is used to hide a window?

1 Answers   3i Infotech,


Can arraylist hold primitive types?

1 Answers  


Is arraylist faster than linkedlist?

1 Answers  


What?s an interface class?

5 Answers   Mind Tree,


What is part of a method signature in c#?

1 Answers  


Is int reference type c#?

1 Answers  


Which is better interface or abstract class in c#?

1 Answers  


What is the difference between delegates and events in c#?

1 Answers  


Categories