12345678910111213141516171819202122232425262728293031323334353637 |
- -- Generated by BladeSmith 3.60.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,
- "INFORMIX",
- "This DataBlade module implements the OpenGIS Consortium, Inc.
- (OpenGIS, or OGC) SQL3 specification of spatial data types and
- functions.",
- "Copyright (c) 2000 Informix Software, Inc.; provided, portions may be copyright in third parties, as set forth in documentation. All rights reserved."
- );
- delete from sysbldvendors
- where bvendor_id = "INFORMIX" 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
- (
- "INFORMIX",
- "Informix Software ,Inc.",
- "en_us.8859-1",
- 0,
- "Informix Software, Inc.
- 4100 Bohannon Drive
- Menlo Park, CA 94025
- "
- );
|