View Single Post

   
  #1 (permalink)  
Old 02-27-2008, 09:11 PM
Mike C#
 
Posts: n/a
Default ODBC Bulk Update

Anyone know where I can find source code sample for the SQL BulkOperations
Update by Bookmark. The one sample I found on Microsoft's website is
incomplete and somewhat inaccurate. Does anyone know where I can find a
working example somewhere? I was able to successfully get the Bulk Add
(SQL_ADD) and Fetch by Bookmark (SQL_FETCH_BY_BOOKMARK) working, but am
having difficulty getting SQL_UPDATE_BY_BOOKMARK working. Any help is
appreciated.

Thanks


Reply With Quote