Files
Customer/onces/VGLD/VGLD#25696.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
391 B
SQL

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