HSLE#33448: UMRA koppeling in Unicode
svn path=/Customer/; revision=25893
This commit is contained in:
17
onces/HSLE/HSLE#33448.sql
Normal file
17
onces/HSLE/HSLE#33448.sql
Normal file
@@ -0,0 +1,17 @@
|
||||
-- Customer specific once-script HSLE#33448.
|
||||
|
||||
SET ECHO ON
|
||||
SPOOL xHSLE#33448.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
UPDATE fac_import_app
|
||||
SET fac_import_app_charset = 'Unicode'
|
||||
WHERE fac_import_app_key = 61;
|
||||
|
||||
COMMIT;
|
||||
|
||||
BEGIN adm.systrackscriptId('$Id$'); END;
|
||||
/
|
||||
|
||||
SPOOL OFF
|
||||
|
||||
Reference in New Issue
Block a user