|
CBulkRecord<T> Class Overview template <class TOTable, class TCmndBase =
CCmndBase> Template CBulkRecord<T> is designed to deal with a rowset opened from a statement with use of command. It also overwrites a couple of virtual function to enable opening from an interface IAccessor and table name. If you don't open a updateable rowset, you can declare a object like the following to reduce your code size. CBulkRecord<CRBase> MyLightBulkRecord; |