Re: ADO
From: Mike Epprecht \(SQL MVP\) (mike_at_epprecht.net)
Date: 02/12/05
- Next message: cranfield: "recommended SQL patch level"
- Previous message: Hassan: "Re: ADO"
- In reply to: Hassan: "Re: ADO"
- Next in thread: Hassan: "Re: ADO"
- Reply: Hassan: "Re: ADO"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 12 Feb 2005 20:31:34 +0100
Hi
ADO is the programming interface to ODBC, OLE DB etc. It is a layer above
the drivers, your assumption is correct.
It relies on the other components in the MDAC stack, plus data
driver/providers supplied by Microsoft and other vendors.
DAO was used mostly for Microsoft Access (and later SQL Server) and was the
first non direct API interface, then came RDO, then ADO and now ADO.NET.
All of the above 4 programming interfaces can communicate with ODBC and OLE
DB providers.
Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Hassan" <fatima_ja@hotmail.com> wrote in message
news:e397LgTEFHA.3120@TK2MSFTNGP12.phx.gbl...
> So is ADO just another data access component then ? And is it bundled with
> MDAC ?
>
> I thought ADO is a layer over ODBC or OLE DB and uses one of those
> components , but did not know it was another access component .
>
> "David Gugick" <davidg-nospam@imceda.com> wrote in message
> news:uU65JiNEFHA.548@TK2MSFTNGP14.phx.gbl...
> > Hassan wrote:
> > > Do front end apps have to use ADO to connect to SQL Server ? If not,
> > > what else can they use ? Just trying to get familiar with the
> > > terminology from a client portion of the code that uses SQL Server
> >
> > ADO.Net, ADO, ODBC, RDO, dbLib, and so on.
> >
> > If you're writing an application in .Net, use the native SQL Server
> > driver. ADO and ODBC are good options as well.
> >
> >
> > --
> > David Gugick
> > Imceda Software
> > www.imceda.com
> >
>
>
- Next message: cranfield: "recommended SQL patch level"
- Previous message: Hassan: "Re: ADO"
- In reply to: Hassan: "Re: ADO"
- Next in thread: Hassan: "Re: ADO"
- Reply: Hassan: "Re: ADO"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|