Re: Catching CDatabase Exceptions?
- From: "Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@xxxxxxxxxxxxxxx>
- Date: Thu, 15 Jun 2006 07:15:29 -0700
Mike C# wrote:
"Carl Daniel [VC++ MVP]"
<cpdaniel_remove_this_and_nospam@xxxxxxxxxxxxxxx> wrote in message
news:%23gT8BCDkGHA.4652@xxxxxxxxxxxxxxxxxxxxxxx
But ADO is just an interface library - you can still access the
underlying database via ODBC while using ADO as your API. At a
technology level, it's really not significantly different from using
MFC. Of course, corporate policies don't always reflect
technological reality.
I thought ADO interfaces through OLE DB?
Yeah, it does. But OLE DB in turn can use ODBC to access the underlying
data. Bottom line is that you don't need anything but an ODBC driver for
your underlying data source no matter which data access technology you use.
-cd
.
- Follow-Ups:
- Re: Catching CDatabase Exceptions?
- From: Mike C#
- Re: Catching CDatabase Exceptions?
- References:
- Catching CDatabase Exceptions?
- From: Mike C#
- Re: Catching CDatabase Exceptions?
- From: Mike C#
- Re: Catching CDatabase Exceptions?
- From: Carl Daniel [VC++ MVP]
- Re: Catching CDatabase Exceptions?
- From: Mike C#
- Re: Catching CDatabase Exceptions?
- From: Carl Daniel [VC++ MVP]
- Re: Catching CDatabase Exceptions?
- From: Mike C#
- Catching CDatabase Exceptions?
- Prev by Date: Re: Catching CDatabase Exceptions?
- Next by Date: Re: Debug information in the .dll and .exe
- Previous by thread: Re: Catching CDatabase Exceptions?
- Next by thread: Re: Catching CDatabase Exceptions?
- Index(es):
Relevant Pages
|