Bookmark and batch operation support for OLE DB

Sybase supports bookmarks and SQL batch operations for the OLE DB Provider.

Bookmark operations use the IRowsetLocate interface to provide methods for comparing bookmarks and retrieving rows based on bookmarks. Batch operations are supported through the IRowsetUpdate interface, which provides methods for updating, inserting, and deleting batches of rows. For instructions about using IRowsetLocate and IRowsetUpdate, see the Microsoft Developer Network.