hi everybody I am using ODBC to access a database and update rows. How can I update a row I just fetched from a previous statement, using SQLBulkOperations () ? I read I can make an update by bookmark , but the problem is that, while I can successfully bind all the columns I need before SQLBulkOperations(), it seems there's no way to bind a bookmark column , even though MSDN talks about it .
Please give some advice . Thanks Leo
