1234567891011121314151617181920212223242526272829303132 |
- -- Generated by BladeSmith 4.20.TC1 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.1252",
- 0,
- "INFORMIX",
- "PL/SQL system package emulation",
- "copyright IBM 2012, (c) Copyright HCL Technologies Ltd. 2017"
- );
- delete from sysbldvendors
- where bvendor_id = "INFORMIX" and
- bvendor_format = 0 and
- blocale_id = "en_us.1252";
- insert into sysbldvendors
- (bvendor_id, bvendor_name, blocale_id, bvendor_format, bvendor_desc)
- values
- (
- "INFORMIX",
- "IBM",
- "en_us.1252",
- 0,
- ""
- );
|