Bulk Classes
The alternative classes RWDBBulkReader and RWDBBulkInserter are designed to help improve application performance. RWDBBulkReader and RWDBBulkInserter implement reading (fetching) and writing (inserting) directly to and from arrays supplied by an application.
The template class RWDBTBuffer<T> works with the bulk read and write classes and can handle most of the supported data types. For possible datatype limitations, see the relevant Access Module User’s Guide.
Examples using RWDBBulkReader and RWDBBulkInserter are described in Chapter 8, Bulk Reading and Writing. Detailed explanations of each class are in the SourcePro API Reference Guide.