MFC ODBC Consumer

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



I have two inherited MFC Recordset classes that connect to an access db file
and query the same table. The first class represents the snapshot and the
second the dynaset. When I perform edit on the second one, the updates are
registered much later after the Update method was run. Hence the first
class can't see the latest updates even if recordset is closed and opened or
requeried.

Would anyone know why this is happening and how I could get around it?

Thanks in advance


.



Relevant Pages

  • MFC ODBC Consumer
    ... I have two inherited MFC Recordset classes that connect to an access db file ... The first class represents the snapshot and the ... When I perform edit on the second one, the updates are ...
    (microsoft.public.vc.database)
  • MFC ODBC Consumer
    ... I have two inherited MFC Recordset classes that connect to an access db file ... The first class represents the snapshot and the ... When I perform edit on the second one, the updates are ...
    (microsoft.public.vc.mfc)
  • Re: MFC ODBC Consumer
    ... what you are seeing is a feature of the MS Access database - it is called ... > I have two inherited MFC Recordset classes that connect to an access db ... The first class represents the snapshot and the ... When I perform edit on the second one, the updates ...
    (microsoft.public.vc.mfc)