COTable<T> Class Overview

template <class TRBase = CRBase>
class COTable : public TRBase

        COTable<T> adds a number of functions for updating records of a table. It wraps the functions of interfaces IRowsetChange and IRowsetUpdate. 

        To open a table, you can use one of global template functions, OpenObject<T>, BindObject<T> and CreateObject<T>.

        For how to use this template, see the example OleUpdate.

COTable<T> Class Members