As it said, it is a warning not an error. I assume
Another way to avoid this message is to perform a count on beforehand, like ‘select count(*) into V_counter indicator VIND_counter from <tableview> where <clause>’ If V_Counter > 0 then … This last option is often used by me, it creates more control in the application Tony From: [email protected] [mailto:[email protected]] On Behalf Of Dan Goldberg Sent: vrijdag 11 mei 2012 15:23 To: RBASE-L Mailing List Subject: [RBASE-L] - error message I have some code that includes set messages off set error messages off But I still keep getting the warning: <WARNING> No rows exist or satisfy specified clause (2059) The only way to turn it off is by using set error message 2059 OFF Shouldn’t the “set error messages off” turn off all error messages? Dan Goldberg

