123456789101112131415161718192021222324252627282930313233 |
- -- Generated by BladeSmith 4.00.TC2 DO NOT MODIFY. --
- execute procedure ifx_allow_newline('t');
- insert into sysblddescription
- (bld_id, blocale_id, bdesc_format, bvendor_id, bdesc_desc, bdesc_copyright)
- values
- (
- "%SYSBLDNAME%",
- "en_us.8859-1",
- 0,
- "IBM",
- "IBM Informix REGEX DataBlade
- Creates UDRs from the regexp utility developed by Henry Spencer at the University of Toronto.",
- "(c) Copyright IBM Corporation 2016, (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved. "
- );
- delete from sysbldvendors
- where bvendor_id = "IBM" and
- bvendor_format = 0 and
- blocale_id = "en_us.8859-1";
- insert into sysbldvendors
- (bvendor_id, bvendor_name, blocale_id, bvendor_format, bvendor_desc)
- values
- (
- "IBM",
- "IBM Corporation",
- "en_us.8859-1",
- 0,
- ""
- );
|