Re: Cached ADO



> Does anyone know any libraries (free or commercial) to cache classic ADO
> recordsets? Actually, it was already implemented in ADO.NET, thus having a
> database in memory. Is there anything similar to it, but not a .NET based
> solution, working with ADO and C++ on Win32 platform?

I work with ADO & VC++ and know nothing like this.
But then why work with Recordsets at all?

I find it easier to work with the STL and only use ADO when it necessary to
update the database.
For small-medium sized read-only tables, I use server-side, forward only
recordsets to read into std:vectors where they can easily be
sorted/searched/manipulated.

Stephen Howe


.



Relevant Pages

  • Re: Timeouts (80040E31) on AddNew
    ... > Good practices in vb do not necessarily translate to good practices in asp. ... > I can say is that ADO was written to be used by many technologies. ... > situations, such as desktop applications, the use of recordsets ... server for an Apache server with Perl, ...
    (microsoft.public.inetserver.asp.db)
  • Re: Using Access to view and edit SQL Server table with Bigint primary key
    ... Your problem has been an ongoing problem between Access and sql server ... ADO to edit your data. ... recordsets will not work with sub-forms and the link master/child settings, ... I can't imagine anyone suggesting temp tables on the sql server side, ...
    (comp.databases.ms-access)
  • Re: Recordset Ohne DB
    ... > Erstauslieferung absolut fehlerfrei sind und dass der Anwender keine über ... Und das ADO bis 2.5 ein Prototyp war höre ich zum ersten mal. ... > Vormachtstellung von Microsoft bin und bei dem einen oder anderen Produkt ... Verbindungslose Recordsets sind interessant, waren aber ...
    (microsoft.public.de.vb.datenbank)
  • Re: VB application crashes
    ... MSCOMCTL! ... The recordsets should be closed and set to Nohting after use.... ... There are issues when reusing a Recordset object when using ADO. ... For either DAO or ADO creating one connection or DAOEngine object per app is ...
    (microsoft.public.vb.general.discussion)
  • Re: strange behavior with copyFromRecordset/ADO
    ... recordsets, although it seemed to me that it occured when adding a workbook ... I typically run XP, using ADO 2.8. ... > oracle db using ADO. ... > CopyFromRecordset again for improved performance. ...
    (microsoft.public.excel.programming)