FSN#18016 Multilang

svn path=/Database/trunk/; revision=10438
This commit is contained in:
Jos Groot Lipman
2010-09-23 13:20:32 +00:00
parent 20ef55deae
commit 2f57992f38
4 changed files with 231 additions and 8 deletions

View File

@@ -4,8 +4,8 @@
-- Copyright 1996-2010 SG|facilitor bv.
-- All rights reserved!
/*
* $Revision: 61 $
* $Modtime: 7-09-10 10:53 $
* $Revision: 62 $
* $Modtime: 21-09-10 13:27 $
*/
#include "modules.h"
#include "comsql.h"
@@ -155,6 +155,9 @@ SET ECHO ON
#include "fin\fin_ini.src"
#include "prj\prj_ini.src"
#include "msg\msg_ini.src"
/* LOCALE's */
#include "mld\mld_lcl.src"
COMMIT;
///////////////////////////// finally compile all views, triggers etc acc to the latest state ///////
@@ -162,7 +165,7 @@ BEGIN DBMS_UTILITY.COMPILE_SCHEMA(USER, FALSE); END;
/
BEGIN fac.registerversion(_VERSIONMAJ, _VERSIONMIN, _VERSIONPATCH, _DBVERSION, NULL); END;
/
REGISTERONCE('$Workfile: FCLT.SRC $','$Revision: 61 $')
REGISTERONCE('$Workfile: FCLT.SRC $','$Revision: 62 $')
COMMIT;
///////////////////////////// Report invalid objects, if any ///////