VGLD#25696: AD koppeling

svn path=/Customer/trunk/; revision=16841
This commit is contained in:
Marcel Bourseau
2013-02-15 14:53:28 +00:00
parent 82fb569414
commit 9fef57c97a

20
VGLD/Once/VGLD#25696.sql Normal file
View File

@@ -0,0 +1,20 @@
-- 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