virtual bool COTable<T>::Update();

Return Value

        true if successful; otherwise false.

Remark

       Calls IRowsetUpdate::SetData to transfer data from client to server. If immediate update mode is used, data is directly sent into a data source. If delayed update mode is used, data is sent into an OLEDB provider only, and you should call either COTable<T.>::UpdateBatch to send data into a data source or COTable<T>::CancelBatch to cancel the update.

COTable<T> Class Overview & Class Members