SET DEFINE OFF/ON toegevoegd iv.m. gebruik van &-teken in een INSERT statement.

svn path=/Database/trunk/; revision=8029
This commit is contained in:
Bert in het Veld
2002-09-25 13:41:50 +00:00
parent 0faadd95de
commit d66a066a40

View File

@@ -134,6 +134,8 @@ INSERT INTO web_user_mess_text (web_user_mess_text_code,web_user_mess_text_dsc,w
VALUES ('BESCFM','Bestelling is in bestelling',2);
#endif
SET DEFINE OFF
INSERT INTO web_user_mess_actions (web_user_mess_actions_key,web_user_mess_action_dsc)
VALUES (3, 'bes/bes.asp?reado=&details=&RFO_key=');
@@ -385,4 +387,6 @@ FROM ins_srtgroep
WHERE SUBSTR(UPPER(ins_srtgroep_omschrijving),1,30) =
SUBSTR(UPPER('Printservice'),1,30,11.95);
SET DEFINE ON
#endif // BES