FSN#1200 (4.50)

svn path=/Database/trunk/; revision=9004
This commit is contained in:
Peter Feij
2005-06-14 08:08:38 +00:00
parent 87b0d08273
commit c71fd45e7e

View File

@@ -171,7 +171,7 @@ x in (select y from deleted)
#define _FAC_MODULE(module,omschrijving) \
INSERT INTO fac_module (fac_module_name, fac_module_version, fac_module_date, fac_module_remark, fac_module_extern) \
VALUES (module,'04.49',CONVERT(VARCHAR,GETDATE(),112),omschrijving, 1);
VALUES (module,'04.50',CONVERT(VARCHAR,GETDATE(),112),omschrijving, 1);
#define CREATE_TABLE(table_name, level) \
CREATE TABLE table_name
@@ -1092,7 +1092,7 @@ ELSIF
#define _FAC_MODULE(module,omschrijving) \
INSERT INTO fac_module (fac_module_name, fac_module_version, fac_module_date, fac_module_remark, fac_module_extern) \
VALUES (module,'04.49',TO_CHAR(SYSDATE,'YYYYMMDD'),omschrijving, 1);
VALUES (module,'04.50',TO_CHAR(SYSDATE,'YYYYMMDD'),omschrijving, 1);
#define APPLICATION_ERROR(code,text) raise_application_error(code, text)