INF: Issuing an Update in Browse Mode
ID: 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 : kbprg SSrvDB_Lib SSrvProg SSrvWinNT
Version : 4.2 | 4.2 | 4.2
Platform : MS-DOS OS/2 WINDOWS
Issue type :
Last Reviewed: March 6, 1999