What?s the data provider name to connect to Access database?

Answer Posted / ashish gupta

Microsoft Jet 4.0 OLE DB Provider

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we have multiple constructors in a class c#?

507


Are private members inherited in c#?

570


What is the difference between User controls and Custom Controls?

557


How do you set a class path?

450


Do we get an error while executing the “finally” block in c#?

509






What is default value of enum c#?

464


What is the use of console readline () in c#?

475


What is serialization in dot net?

484


What is generic delegate in c#?

463


What debugging tools come with the .NET ssSDK?

697


Which constructor is called first in c#?

520


What is iqueryable?

483


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

1816


Why attributes are used in c#?

477


What is parsing?

533