Re: Catching CDatabase Exceptions?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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



.



Relevant Pages

  • Re: ADO Connection via DSN
    ... Sorry I got DNS and DSN mixed up in my reply. ... But why would you want to use ODBC its and old technology that doesn't work well ... You do know you are posting in the ADO section? ...
    (borland.public.delphi.database.ado)
  • Re: The best way to connect to SQL Server from C++
    ... I want to connect to SQL Server from Visual C++, ... technology is best to use? ... Easiest - either ADO or ODBC. ...
    (microsoft.public.vc.language)
  • The best way to connect to SQL Server from C++
    ... I want to connect to SQL Server from Visual C++, ... technology is best to use (ODBC, ADO, ...)? ...
    (microsoft.public.vc.language)
  • Re: The best way to connect to SQL Server from C++
    ... technology is best to use (ODBC, ADO, ...)? ... Id go for ADODB, once you create the classes you have them for life, you can ...
    (microsoft.public.vc.language)
  • Re: Are the OLEDB consumer templates Robust?
    ... Are the consumer templates reliable and ... > technology that I can be productive with quickly. ... and the question was whether I should pick OLE DB or ODBC. ... SQL Native Client, which is a component that ships with SQL 2005, which ...
    (microsoft.public.data.oledb)