REM $Header: wfqidxc.sql 26.6 2005/02/03 23:36:11 yohuang noship $ REM dbdrv: none REM *********************************************************************** REM Empty file. The substitute for this file is wfqidxc2.sql REM Please do not update or use this file. REM ******************************************************************** REM ad_error_handling: add 955 1408 SET VERIFY OFF; WHENEVER OSERROR EXIT FAILURE ROLLBACK; WHENEVER SQLERROR EXIT FAILURE ROLLBACK; commit; exit;