Well my two try method on my start did not fix this issue.

[cid:[email protected]]

I tried using this in my startup

SET ERROR MESSAGE 2495 OFF
CONNECT sales
SET ERROR MESSAGE 2495 ON
-- Check the availability of database
IF SQLCODE = -7 THEN
  --second try
  SET ERROR MESSAGE 2495 OFF
  CONNECT sales
  SET ERROR MESSAGE 2495 ON
ENDIF
set messages off
set error messages off

Dan Goldberg

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to