|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Default ProviderThere is no default provider.
-- Show quote____________________________________ 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" <Ba***@discussions.microsoft.com> wrote in message news:10B1E50F-3304-46A8-913A-6C78B94015BE@microsoft.com... > Hi!, > > Which is the default provider for ADO.NET?? > > Regards, > Baren 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 Show quote "Baren" <Ba***@discussions.microsoft.com> schreef in bericht news:10B1E50F-3304-46A8-913A-6C78B94015BE@microsoft.com... > Hi!, > > Which is the default provider for ADO.NET?? > > Regards, > Baren 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. -- Show quote____________________________________ 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. __________________________________ "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message news:eZVSdkJZGHA.5116@TK2MSFTNGP03.phx.gbl... > 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 > > "Baren" <Ba***@discussions.microsoft.com> schreef in bericht > news:10B1E50F-3304-46A8-913A-6C78B94015BE@microsoft.com... >> Hi!, >> >> Which is the default provider for ADO.NET?? >> >> Regards, >> Baren > > 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 Show quote "William (Bill) Vaughn" <billvaRemoveT***@nwlink.com> schreef in bericht news:eWpG6hMZGHA.1192@TK2MSFTNGP03.phx.gbl... > 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. > __________________________________ > > "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message > news:eZVSdkJZGHA.5116@TK2MSFTNGP03.phx.gbl... >> 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 >> >> "Baren" <Ba***@discussions.microsoft.com> schreef in bericht >> news:10B1E50F-3304-46A8-913A-6C78B94015BE@microsoft.com... >>> Hi!, >>> >>> Which is the default provider for ADO.NET?? >>> >>> Regards, >>> Baren >> >> > > |
|||||||||||||||||||||||