38 lines
1.1 KiB
SQL
38 lines
1.1 KiB
SQL
-- Customer specific once-script SVRZ2.
|
|
--
|
|
-- (c) 2014 SG|facilitor bv
|
|
--
|
|
-- Support: +31 53 4800700
|
|
SET ECHO ON
|
|
SPOOL xSVRZ2.lst
|
|
SET DEFINE OFF
|
|
|
|
-- 61=PRSSYS
|
|
/* Formatted on 11-9-2014 15:12:48 (QP5 v5.136.908.31019) */
|
|
INSERT INTO fac_export_app (fac_export_app_code,
|
|
fac_export_app_oms,
|
|
fac_functie_key,
|
|
fac_export_app_folder,
|
|
fac_export_app_file_prefix,
|
|
fac_export_app_postfix,
|
|
fac_export_app_log_postfix,
|
|
fac_export_app_flags,
|
|
fac_export_app_timestamp,
|
|
fac_export_app_prefix)
|
|
VALUES ('NACHTWERK',
|
|
'Nachtwerk',
|
|
61,
|
|
'.\NACHTWERK',
|
|
'NACHTWERK_',
|
|
'.txt', -- csv?
|
|
'.log',
|
|
0,
|
|
'yyyymmdd',
|
|
'SVRZ');
|
|
COMMIT;
|
|
|
|
BEGIN adm.systrackscriptId('$Id$'); END;
|
|
/
|
|
SPOOL OFF
|
|
@svrz.sql
|