Microsoft KB Archive/45256

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:56, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

INF: Updating Values in Columns Used by dbqual in Browse Mode

Q45256



The information in this article applies to:


  • Microsoft SQL Server for OS/2, version 4.2



In browse mode, if an update results in a change to the value in the column dbqual has chosen to identify the row, the same thing happens as when you modify a column that you have included in your WHERE clause. For example:


   UPDATE TEST SET C1='newval'
   WHERE C1='oldval' 


The value is changed.


Additional query words:

Keywords : kbprogramming
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbZNotKeyword3 kbSQLServ420OS2


Last Reviewed: January 6, 2000
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.