Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Calls IRowsetUpdate::GetOriginalData to retrieve the data most recently fetched from or transmitted to the data source.
HRESULT GetOriginalData( ) throw( );
Return Value
A standard HRESULT.
Remarks
This method retrieves the data most recently fetched from or transmitted to the data source; it does not retrieve values based on pending changes.
This method requires the optional interface IRowsetUpdate, which might not be supported on all providers; if this is the case, the method returns E_NOINTERFACE. You must also set DBPROP_IRowsetUpdate to VARIANT_TRUE before calling Open on the table or command containing the rowset.
Requirements
Header: atldbcli.h