Microsoft KB Archive/45147

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

INF: Issuing an Update in Browse Mode

Q45147



The information in this article applies to:


  • Microsoft SQL Server Programmer's Toolkit, version 4.2



In SQL Server browse mode, all of the rows returned by a SELECT statement must be processed with dbnextrow before the update can be issued. In browse mode, there cannot be unprocessed results when an update is issued on the same pipe (dbproc). You must either get rid of the unprocessed results with dbcancel or use a different pipe (dbproc) to issue the update.

Additional query words: DB-Library DB-Lib dblib Windows NT

Keywords : kbprogramming
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServPTK420


Last Reviewed: March 7, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.