1234567891011121314151617181920212223242526 |
- <connection>
- <name>DATEV</name>
- <server>192.168.2.43</server>
- <type>MSSQL</type>
- <access>Native</access>
- <database>DATEV</database>
- <port>1433</port>
- <username>sa</username>
- <password>Encrypted 2be98afc86aa7f2a9ad1fbb238ec3fe99</password>
- <servername/>
- <data_tablespace/>
- <index_tablespace/>
- <attributes>
- <attribute><code>EXTRA_OPTION_MSSQL.instance</code><attribute>GLOBALCUBE</attribute></attribute>
- <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
- <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
- <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
- <attribute><code>MSSQL_DOUBLE_DECIMAL_SEPARATOR</code><attribute>N</attribute></attribute>
- <attribute><code>PORT_NUMBER</code><attribute>1433</attribute></attribute>
- <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>Y</attribute></attribute>
- <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
- <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
- <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
- <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
- </attributes>
- </connection>
|