Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
DB Access Module for Sybase User's Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

2.8 BulkReader and BulkInserter

The DB Access Module for Sybase supports bulk reading through the array interface provided by the Sybase Open Client Client-Library function, ct_bind(). Bulk writing is supported through the array interface provided by the Sybase Bulk-Library function, blk_bind(), which is part of the Sybase Open Client/Open Server common libraries.

2.8.1 Using an RWDBBulkInserter

The RWDBBulkInserter functions execute() and execute(size_t iters) cause values that are associated with each of the arrays shifted into self to be inserted into the table associated with self. The following example uses an RWDBBulkInserter to insert an array of strings and integers into a table.



Previous fileTop of DocumentContentsNo linkNext file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo, and SourcePro, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.