VGLD#25696: AD koppeling
svn path=/Customer/trunk/; revision=16841
This commit is contained in:
20
VGLD/Once/VGLD#25696.sql
Normal file
20
VGLD/Once/VGLD#25696.sql
Normal 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
|
||||
Reference in New Issue
Block a user