Edit C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\odbc\netezza.prm
<?xml version="1.0" encoding="UTF-8"?><DBParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../dbparameters.xsd"> <Configuration> <Parameter Name="DB_TYPE">Netezza</Parameter> <Parameter Name="ORDER_BY_REQUIRES_SELECT">YES</Parameter> <Parameter Name="GROUP_BY_SUPPORTS_COLUMN_INDEX">NO</Parameter> <Parameter Name="UNION"></Parameter> <Parameter Name="UNION_IN_SUBQUERY">NO</Parameter> <Parameter Name="INTERSECT"></Parameter> <Parameter Name="INTERSECT_IN_SUBQUERY">NO</Parameter> <Parameter Name="MINUS"></Parameter> <Parameter Name="MINUS_IN_SUBQUERY">NO</Parameter> <Parameter Name="SELECT_SUPPORTS_NULL">NO</Parameter> <Parameter Name="DISTINCT">NO</Parameter> <Parameter Name="JOIN">YES</Parameter> <Parameter Name="INNER_JOIN">INNER JOIN</Parameter> <Parameter Name="EXT_JOIN">YES</Parameter> <Parameter Name="RANK_SUPPORTED">YES</Parameter> <Parameter Name="CONSTANT_SAMPLING_SUPPORTED">NO</Parameter> <Parameter Name="ANALYTIC_CLAUSE"></Parameter> <Parameter Name="PERCENT_RANK_SUPPORTED">NO</Parameter> <Parameter Name="ANALYTIC_FUNCTIONS"></Parameter> <Parameter Name="SEED_SAMPLING_SUPPORTED">NO</Parameter> <Parameter Name="FULL_EXT_JOIN">YES</Parameter> <Parameter Name="LEFT_EXT_JOIN">YES</Parameter> <Parameter Name="LEFT_OUTER"></Parameter> <Parameter Name="RIGHT_EXT_JOIN">YES</Parameter> <Parameter Name="RIGHT_OUTER"></Parameter> <Parameter Name="GROUP_BY_SUPPORTS_COMPLEX">YES</Parameter> <Parameter Name="GROUP_BY_SUPPORTS_CONSTANT">YES</Parameter> <Parameter Name="GROUP_BY">YES</Parameter> <Parameter Name="HAVING">YES</Parameter> <Parameter Name="ORDER_BY">YES</Parameter> <Parameter Name="ORDER_BY_SUPPORTS_COLUMN_INDEX">YES</Parameter> <Parameter Name="INTERSECT_ALL">NO</Parameter> <Parameter Name="MINUS_ALL">NO</Parameter> <Parameter Name="UNION_ALL">NO</Parameter> <Parameter Name="LIKE_SUPPORTS_ESCAPE_CLAUSE">YES</Parameter> <Parameter Name="SUBQUERY_IN_FROM">NO</Parameter> <Parameter Name="SUBQUERY_IN_IN">NO</Parameter> <Parameter Name="SUBQUERY_IN_WHERE">YES</Parameter> <Parameter Name="CALCULATION_FUNCTION">YES</Parameter> </Configuration> <DateOperations> <DateOperation Name="YEAR">TO_NUMBER(TO_CHAR($D,'YYYY'),'9999')</DateOperation> <DateOperation Name="QUARTER">TO_NUMBER(TO_CHAR($D,'Q'),'9')</DateOperation> <DateOperation Name="MONTH">TO_NUMBER(TO_CHAR($D,'MM'),'99')</DateOperation> </DateOperations> <Operators> <Operator Arity="1" ID="ADD" Type="Numeric">+</Operator> <Operator Arity="1" ID="SUBSTRACT" Type="Numeric">-</Operator> <Operator Arity="1" ID="MULTIPLY" Type="Numeric">*</Operator> <Operator Arity="1" ID="DIVIDE" Type="Numeric">/</Operator> <Operator Arity="0" ID="NOT" Type="Logical">NOT</Operator> <Operator Arity="1" ID="OR" Type="Logical">OR</Operator> <Operator Arity="1" ID="AND" Type="Logical">AND</Operator> <Operator Arity="0" ID="NOT_NULL" Type="Logical">IS NOT NULL</Operator> <Operator Arity="0" ID="NULL" Type="Logical">IS NULL</Operator> <Operator Arity="1" ID="SUP" Type="Logical">>=</Operator> <Operator Arity="1" ID="INF" Type="Logical"><=</Operator> <Operator Arity="1" ID="EQUAL" Type="Logical">=</Operator> <Operator Arity="1" ID="DIFF" Type="Logical"><></Operator> <Operator Arity="1" ID="STRICT_SUP" Type="Logical">></Operator> <Operator Arity="1" ID="STRICT_INF" Type="Logical"><</Operator> <Operator Arity="1" ID="IN_LIST" Type="Logical">IN</Operator> <Operator Arity="1" ID="NOT_IN_LIST" Type="Logical">NOT IN</Operator> <Operator Arity="1" ID="MATCH" Type="Logical">LIKE</Operator> <Operator Arity="1" ID="NOT_MATCH" Type="Logical">NOT LIKE</Operator> <Operator Arity="2" ID="BETWEEN" Type="Logical">BETWEEN AND</Operator> <Operator Arity="2" ID="NOT_BETWEEN" Type="Logical">NOT BETWEEN AND</Operator> </Operators> <Functions> <Function Distinct="False" Group="True" ID="Minimum" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>min($1)</SQL> </Function> <Function Distinct="False" Group="True" ID="Maximum" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>max($1)</SQL> </Function> <Function Distinct="False" Group="True" ID="Average" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>avg($1)</SQL> </Function> <Function Distinct="False" Group="True" ID="Sum" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>sum($1)</SQL> </Function> <Function Distinct="False" Group="True" ID="Count" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="All"></Argument> </Arguments> <SQL>count($1)</SQL> </Function> <Function Group="False" ID="ASCII_code" InMacro="False" Type="String"> <Arguments> <Argument Type="Char"></Argument> </Arguments> <SQL>{fn ascii($1)}</SQL> </Function> <Function Group="False" ID="Character" InMacro="False" Type="String"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn char($1)}</SQL> </Function> <Function Group="False" ID="Concat" InMacro="True" Type="String"> <Arguments> <Argument Type="String"></Argument> <Argument Type="String"></Argument> </Arguments> <SQL>{fn concat($1,$2)}</SQL> </Function> <Function Group="False" ID="Left" InMacro="True" Type="String"> <Arguments> <Argument Type="String"></Argument> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn left($1,$2)}</SQL> </Function> <Function Group="False" ID="LeftRemove" InMacro="True" Type="String"> <Arguments> <Argument Type="String"></Argument> </Arguments> <SQL>{fn ltrim($1)}</SQL> </Function> <Function Group="False" ID="Character_NVL" InMacro="True" Type="String"> <Arguments> <Argument Type="String"></Argument> <Argument Type="String"></Argument> </Arguments> <SQL>nvl($1,$2)</SQL> </Function> <Function Group="False" ID="Numeric_NVL" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> <Argument Type="Numeric"></Argument> </Arguments> <SQL>nvl($1,$2)</SQL> </Function> <Function Group="False" ID="Date_NVL" InMacro="True" Type="DateTime"> <Arguments> <Argument Type="DateTime"></Argument> <Argument Type="DateTime"></Argument> </Arguments> <SQL>nvl($1,$2)</SQL> </Function> <Function Group="False" ID="Length" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="String"></Argument> </Arguments> <SQL>{fn length($1)}</SQL> </Function> <Function Group="False" ID="Locate" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="String"></Argument> <Argument Type="String"></Argument> </Arguments> <SQL>{fn locate($1,$2)}</SQL> </Function> <Function Group="False" ID="Lowercase" InMacro="True" Type="String"> <Arguments> <Argument Type="String"></Argument> </Arguments> <SQL>{fn lcase($1)}</SQL> </Function> <Function Group="False" ID="Repeat" InMacro="True" Type="String"> <Arguments> <Argument Type="String"></Argument> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn repeat($1,$2)}</SQL> </Function> <Function Group="False" ID="Rightpart" InMacro="True" Type="String"> <Arguments> <Argument Type="String"></Argument> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn right($1,$2)}</SQL> </Function> <Function Group="False" ID="Rtrim" InMacro="True" Type="String"> <Arguments> <Argument Type="String"></Argument> </Arguments> <SQL>{fn rtrim($1)}</SQL> </Function> <Function Group="False" ID="Substring" InMacro="True" Type="String"> <Arguments> <Argument Type="String"></Argument> <Argument Type="Numeric"></Argument> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn substring($1,$2,$3)}</SQL> </Function> <Function Group="False" ID="Uppercase" InMacro="True" Type="String"> <Arguments> <Argument Type="String"></Argument> </Arguments> <SQL>{fn ucase($1)}</SQL> </Function> <Function Group="False" ID="Absolute" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn abs($1)}</SQL> </Function> <Function Group="False" ID="Arc_cosine" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn acos($1)}</SQL> </Function> <Function Group="False" ID="Arc_sine" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn asin($1)}</SQL> </Function> <Function Group="False" ID="Arc_tangent" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn atan($1)}</SQL> </Function> <Function Group="False" ID="Angle_Tangent_2" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn atan2($1,$2)}</SQL> </Function> <Function Group="False" ID="Cosine" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn cos($1)}</SQL> </Function> <Function Group="False" ID="Ceil" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn ceiling($1)}</SQL> </Function> <Function Group="False" ID="Exp" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn exp($1)}</SQL> </Function> <Function Group="False" ID="Floor" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn floor($1)}</SQL> </Function> <Function Group="False" ID="Log" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn log($1)}</SQL> </Function> <Function Group="False" ID="Mod" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn mod($1,$2)}</SQL> </Function> <Function Group="False" ID="Pi" InMacro="False" Type="Numeric"> <SQL>{fn pi()}</SQL> </Function> <Function Group="False" ID="Random" InMacro="False" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn rand($1)}</SQL> </Function> <Function Group="False" ID="Sign" InMacro="False" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn sign($1)}</SQL> </Function> <Function Group="False" ID="Sine" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn sin($1)}</SQL> </Function> <Function Group="False" ID="Sqrt" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn sqrt($1)}</SQL> </Function> <Function Group="False" ID="Tangent" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>{fn tan($1)}</SQL> </Function> <Function Group="False" ID="To_date" InMacro="True" Type="DateTime"> <Arguments> <Argument Type="String"></Argument> <Argument Type="String"></Argument> </Arguments> <SQL>to_date($1,$2)</SQL> </Function> <Function Group="False" ID="Add_months" InMacro="True" Type="DateTime"> <Arguments> <Argument Type="DateTime"></Argument> <Argument Type="Numeric"></Argument> </Arguments> <SQL>add_months($1,$2)</SQL> </Function> <Function Group="False" ID="Last_day" InMacro="False" Type="DateTime"> <Arguments> <Argument Type="DateTime"></Argument> </Arguments> <SQL>last_day($1)</SQL> </Function> <Function Group="False" ID="Next_day" InMacro="True" Type="DateTime"> <Arguments> <Argument Type="DateTime"></Argument> <Argument Type="String"></Argument> </Arguments> <SQL>next_day($1,$2)</SQL> </Function> <Function Group="False" ID="Character_prompt" InMacro="True" Type="String"> <Arguments> <Argument Type="String"></Argument> </Arguments> <SQL>@prompt($1,'A',,,)</SQL> </Function> <Function Group="False" ID="Numeric_prompt" InMacro="True" Type="Numeric"> <Arguments> <Argument Type="String"></Argument> </Arguments> <SQL>@prompt($1,'N',,,)</SQL> </Function> <Function Group="False" ID="Date_prompt" InMacro="True" Type="DateTime"> <Arguments> <Argument Type="String"></Argument> </Arguments> <SQL>@prompt($1,'D',,,)</SQL> </Function> <Function Group="False" ID="NUMBER_TO_CHAR" InMacro="True" Type="String"> <Arguments> <Argument Type="Numeric"></Argument> </Arguments> <SQL>cast($1 as char(20))</SQL> </Function> <Function Group="False" ID="DATE_TO_CHAR" InMacro="True" Type="String"> <Arguments> <Argument Type="DateTime"></Argument> </Arguments> <SQL>cast($1 as char(20))</SQL> </Function> <Function Group="False" ID="IF_NULL" InMacro="False" Type="All"> <Arguments> <Argument Type="All"></Argument> <Argument Type="All"></Argument> </Arguments> <SQL>NVL($1,$2)</SQL> </Function> </Functions> </DBParameters>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de