INF: Issuing an Update in Browse Mode

ID Number: Q45147

1.10 1.11 4.20

OS/2

Summary:

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 reference words: DB-LIBRARY db-lib dblib