prepare.en_us.1252.sql 635 B

1234567891011121314151617181920212223242526272829303132
  1. -- Generated by BladeSmith 4.20.TC1 DO NOT MODIFY. --
  2. execute procedure ifx_allow_newline('t');
  3. insert into sysblddescription
  4. (bld_id, blocale_id, bdesc_format, bvendor_id, bdesc_desc, bdesc_copyright)
  5. values
  6. (
  7. "%SYSBLDNAME%",
  8. "en_us.1252",
  9. 0,
  10. "INFORMIX",
  11. "PL/SQL system package emulation",
  12. "copyright IBM 2012, (c) Copyright HCL Technologies Ltd. 2017"
  13. );
  14. delete from sysbldvendors
  15. where bvendor_id = "INFORMIX" and
  16. bvendor_format = 0 and
  17. blocale_id = "en_us.1252";
  18. insert into sysbldvendors
  19. (bvendor_id, bvendor_name, blocale_id, bvendor_format, bvendor_desc)
  20. values
  21. (
  22. "INFORMIX",
  23. "IBM",
  24. "en_us.1252",
  25. 0,
  26. ""
  27. );