FSN#1200 (4.50)
svn path=/Database/trunk/; revision=9004
This commit is contained in:
4
COMSQL.H
4
COMSQL.H
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user