At 09:03 PM 12/21/2014, Doug Hamilton wrote:

Is there a way to have the Feedback system variables calculated
(RBTI_RowsInserted, RBTI_RowsDeleted, etc) without having to
SET FEEDBACK ON ?

I'd like to know how many rows were updated in a piece of code
but it seems redundant to do a separate correlated SELECT COUNT
where-clause when the UPDATE command generated that number, but
I don't want the FEEDBACK displayed, e.g. SET FEEDBACK SILENT?

FWIW ...

The following FEEDBACK system variables are designed & intended
to dynamically generate valuable info only when the FEEDBACK is
SET to ON.

RBTI_RowsInserted
RBTI_RowsDeleted
RBTI_RowsUpdated
RBTI_ElapsedTime

The default is OFF. Thus no generation of FEEDBACK system variables.

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase
--
31 years of continuous innovation!
16 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--


Reply via email to