Wouldn't you know in the absence of an ERROR variable other than 0?
----- Original Message -----
From: "Lawrence Lustig" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, August 05, 2010 3:09 PM
Subject: [RBASE-L] - RE: Getting count of rows affected by UPDATE.
<<
To determine the number of records affected, and then I prompt the user:
SET VAR vMsg = (.xxx & 'Records will be updated. Do you want to proceed?')
DIALOG .vMsg vYesNo vEndKey YES...other_parameters
Thanks Javier. This for an unattended process and my goal is to
independently
determine that the expected number of rows were actually touched by the
UPDATE
command.
--
Larry