Re: How to access SQL database fron ATL control?

Tech-Archive recommends: Fix windows errors by optimizing your registry



In addition to Charles answer, consider using ADO, which in my view is considerably easier than the OLE DB templates.

http://www.codeproject.com/KB/database/simpleado.aspx


.



Relevant Pages

  • Re: Recommended data access model
    ... This is from MDAC 2.8 SDK. ... "The Role of ADO in MDAC ... The Microsoft Data Access Components provide data access that is ... easy-to-use interface to OLE DB. ...
    (comp.databases.ms-access)
  • Re: Table adapter ???
    ... ADO was a lightweight COM layer built on top of OLE DB. ... ADO and OLE DB updates came in downloads of the MDAC pack (Microsoft Data ... It also came with a OLE DB provider for ODBC which meant ...
    (microsoft.public.data.ado)
  • Re: ADO
    ... OLE DB, you need to usually use C++ as you are calling API's directly. ... Eventually, ADO will no longer be supported, and ADO.NET is the way forward ... >> Mike Epprecht, Microsoft SQL Server MVP ...
    (microsoft.public.sqlserver.server)
  • Re: ADO
    ... OLE DB is a data access paradigm designed to provide an object interface to ... OLE DB data "providers". ... The original question asked which is better: ADO or OLE DB. ...
    (microsoft.public.data.ado)
  • Re: CADORecordBinding ... adDate
    ... That's ado ENUM reference "adDBTimeStamp". ... So, speaking from and OLE DB perspective, which is where I am when I do ... >> The sample in MSDN states using a DBDATE variable, ...
    (microsoft.public.data.ado)