prepare.en_us.8859-1.sql 920 B

12345678910111213141516171819202122232425262728293031323334353637
  1. -- Generated by BladeSmith 3.60.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.8859-1",
  9. 0,
  10. "INFORMIX",
  11. "This DataBlade module implements the OpenGIS Consortium, Inc.
  12. (OpenGIS, or OGC) SQL3 specification of spatial data types and
  13. functions.",
  14. "Copyright (c) 2000 Informix Software, Inc.; provided, portions may be copyright in third parties, as set forth in documentation. All rights reserved."
  15. );
  16. delete from sysbldvendors
  17. where bvendor_id = "INFORMIX" and
  18. bvendor_format = 0 and
  19. blocale_id = "en_us.8859-1";
  20. insert into sysbldvendors
  21. (bvendor_id, bvendor_name, blocale_id, bvendor_format, bvendor_desc)
  22. values
  23. (
  24. "INFORMIX",
  25. "Informix Software ,Inc.",
  26. "en_us.8859-1",
  27. 0,
  28. "Informix Software, Inc.
  29. 4100 Bohannon Drive
  30. Menlo Park, CA 94025
  31. "
  32. );