Re: Choosing Class Problem CDatabase OR CDaoDatabase
From: Roy Fine (rlfine_at_twt.obfuscate.net)
Date: 04/10/04
- Next message: Yasoo: "Re: Esc and exit"
- Previous message: Scott Chang: "VC++ .NET 2002: No Ellipse drawn in Window when using the MM_ANISOTROPIC mapping mode"
- In reply to: alan: "Choosing Class Problem CDatabase OR CDaoDatabase"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 10 Apr 2004 11:06:57 -0400
Alan
The CDatabase/CRecordset class is for use with any database that has an ODBC
provider. There are ODBC drivers for most mainstream database providers,
especially SQL Server, Oracle, MS Jet, MySql, FoxPro, etc.
The CDaoDatabase/CDaoRecordset is a wrapper for the DAO interfaces, and
works ONLY with the Microsoft Jet Database Engine (i.e. MS Access).
regards
roy fine
"alan" <cheung_yuklun@i-cable.com> wrote in message
news:7bd5ab13.0404100116.2f02d95@posting.google.com...
> Hi All,
>
> I would like to know if I want to connect to MS SQL server, which
> class is most suitable ? CDatabase or CDaoDatabase?
>
> what is the difference between these two classes?
>
> Please advice.
> Thank you very much.
>
> Alan
- Next message: Yasoo: "Re: Esc and exit"
- Previous message: Scott Chang: "VC++ .NET 2002: No Ellipse drawn in Window when using the MM_ANISOTROPIC mapping mode"
- In reply to: alan: "Choosing Class Problem CDatabase OR CDaoDatabase"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|