Default Provider

  • Thread starter Thread starter Guest
  • Start date Start date
There is no default provider.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Baren,

If you want to call it a default provider OleDB.

However it is not for nothing that in Net 2.0 there are now factory to use
more (Microsoft) providers.

I hope this helps,

Cor
 
Huh? When you start to code you choose the "provider" by the managed class
YOU code. ADO.NET does not default to anything. Yes, in ADO classic the
"default" provider was OLEDB. Remember: ADO.NET and ADO classic are totally
different--all they share in common are the fonts.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Bill,

You would not believe it, I know that. However, it is the way you translate
"default", strict you are right. If I replace it by the "the best one which
works on almost every database" than you have my answer.

Cor
 
Back
Top