Files
Customer/onces/ARAI/ARAI#24758.sql
Peter Koerhuis 3b8d7f1dcc Migratie once-scripts van /branch naar /onces
svn path=/Customer/; revision=21207
2014-04-02 13:57:31 +00:00

21 lines
389 B
SQL

-- Customer specific once-script ARAI.
--
-- (c) 2011 SG|facilitor bv
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL ARAI24758.lst
SET DEFINE OFF
update fac_import_app
set fac_import_app_folder = 'd:\Apps\Facilitor\ftp_sites\LocalUser\ARAIFtp\EBMS' ,
fac_import_app_files = 'FMIS*.TXT'
where fac_import_app_key = 121;
commit;
SPOOL OFF