prepare.en_us.1252.sql 764 B

123456789101112131415161718192021222324252627282930313233
  1. -- Generated by BladeSmith 4.00.TC2 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. "IBM",
  11. "IBM Informix REGEX DataBlade
  12. Creates UDRs from the regexp utility developed by Henry Spencer at the University of Toronto.",
  13. "(c) Copyright IBM Corporation 2016, (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved. "
  14. );
  15. delete from sysbldvendors
  16. where bvendor_id = "IBM" and
  17. bvendor_format = 0 and
  18. blocale_id = "en_us.1252";
  19. insert into sysbldvendors
  20. (bvendor_id, bvendor_name, blocale_id, bvendor_format, bvendor_desc)
  21. values
  22. (
  23. "IBM",
  24. "IBM Corporation",
  25. "en_us.1252",
  26. 0,
  27. ""
  28. );