cogdmol.ini 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. ;***********************************************************************
  2. ;Licensed Materials - Property of IBM
  3. ;
  4. ;BI and PM: UDA
  5. ;
  6. ;(C) Copyright IBM Corp. 2005, 2010
  7. ;
  8. ;U.S. Government Users Restricted Rights - Use, duplication, or disclosure
  9. ;by GSA ADP Schedule Contract with IBM Corp.
  10. ;
  11. ;Unless specifically authorized by IBM, you may not modify any part of this
  12. ;file. Where modification is authorized, you must reproduce any copyright
  13. ;notices contained in this file and specifically identify which
  14. ;modifications have been made by your organization. YOU ARE SOLELY
  15. ;RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF ANY MODIFICATIONS TO
  16. ;THIS FILE AND ASSUME ALL RISKS ASSOCIATED WITH THE USE AND DISTRIBUTION
  17. ;OF THE MODIFIED FILE. IBM will not provide support relating to
  18. ;unauthorized changes you make to this file.
  19. ;***********************************************************************
  20. ; $Header: //uda/main/prod/dmd/rds/oledb/cogdmol.ini#7 $
  21. ;
  22. ; Module:
  23. ; cogdmol.ini
  24. ;
  25. ; Purpose:
  26. ; This module contains the OLE DB information.
  27. ;
  28. ; Notes:
  29. ; Do NOT modify this file. Doing so could result in unknown behavior,
  30. ; possibly resulting in application aborts.
  31. ; ************************************************************************
  32. [DATABASE:ORACLE]
  33. DBINFO_TYPE="OR"
  34. ;
  35. ;DB Key
  36. ;
  37. dbkeyType="sqlDbKey"
  38. dbkeySize="19"
  39. unqualifiedDbkey="rowid"
  40. qualifiedDbkey="%s.rowid"
  41. [PROVIDER:MSDAORA.DLL]
  42. VERSION_STRING_0="07.00.0000 Oracle7 Server Release 7.2"
  43. MAP_TO_0="07.02.0000"
  44. VERSION_STRING_1="07.00.0000 Oracle7 Server Release 7.3"
  45. MAP_TO_1="07.03.0000"
  46. ;
  47. ;DB Key
  48. ;
  49. dbkeySize="18"
  50. oledbDbkeyType="DBTYPE_CHAR"
  51. DelimitMetadataNames="T"
  52. [DATABASE:ORACLE VERSION:07.02]
  53. ; If using Microsoft OLE DB provider for Oracle, the entry -
  54. ; DBINFO_SUBTYPE should be specified in the connection string.
  55. DBINFO_SUBTYPE="ORACLE7.2"
  56. [DATABASE:ORACLE VERSION:07.03]
  57. ; If using Microsoft OLE DB provider for Oracle, the entry -
  58. ; DBINFO_SUBTYPE should be specified in the connection string.
  59. DBINFO_SUBTYPE="ORACLE7.3"
  60. [DATABASE:ORACLE VERSION:08.00]
  61. ; If using Microsoft OLE DB provider for Oracle, the entry -
  62. ; DBINFO_SUBTYPE should be specified in the connection string.
  63. DBINFO_SUBTYPE="ORACLE8.0"
  64. [DATABASE:ORACLE VERSION:08.01]
  65. ; If using Microsoft OLE DB provider for Oracle, the entry -
  66. ; DBINFO_SUBTYPE should be specified in the connection string.
  67. DBINFO_SUBTYPE="ORACLE8.1"
  68. [DATABASE:MICROSOFT SQL SERVER]
  69. DBINFO_TYPE="MS"
  70. MAX_ROWSETS="1"
  71. Procedure Cursors="T"
  72. Unicode Literals="F"
  73. ;SQL Server always append ';x' after a procedure/function name (where x is a number)
  74. ;We'd discovered that for functions the number x is always 0 and for procedures
  75. ;the number x is always non-zero
  76. Function Name Suffix=";0"
  77. No RET for Procedure="T"
  78. ; Call ICommandWithParameter::SetParameterInfo()
  79. ; if subquery contains parameter
  80. SetSubqueryParamInfo="T"
  81. ;Procedure requests against SQLServer version 2000 and up,
  82. ;use SQL statement instead of using IDBSShemaRowset, since
  83. ;it does not give enough information to distinguish between
  84. ;functions, procedures and other types of functions.
  85. SQL used for Procedure Request="T"
  86. ;Support synonym metadata requests
  87. SynonymsSupported="T"
  88. [DATABASE:MICROSOFT SQL SERVER VERSION:08.00]
  89. SynonymsSupported="F"
  90. [DATABASE:MICROSOFT SQL SERVER VERSION:06.50]
  91. Unicode Literals="F"
  92. [Operator Cast PROVIDER:SQLOLEDB.DLL]
  93. AD=DT,NA:TM,NA:TZ,NA
  94. [Exceptions Value Expressions PROVIDER:SQLOLEDB.DLL]
  95. Current_Timestamp=F
  96. [Builtin Functions PROVIDER:SQLOLEDB.DLL]
  97. s:coguda#cast_timestamp(%1cndtsz)=CAST( %1 AS DATETIME );
  98. [DATABASE:DTS PACKAGE ROWSET PROVIDER]
  99. DBINFO_TYPE="MD"
  100. [DATABASE:OLAP SERVER]
  101. DBINFO_TYPE="MD"
  102. [DATABASE:AS/400]
  103. DBINFO_TYPE="D2"
  104. TableNameQualifiers="2"
  105. CatalogSeparator="\""
  106. SchemaSeparator="\""
  107. IdentifierQuoteChar="\""
  108. [Misc]
  109. ; Specifies which conversion algorithm to use for decimal data types
  110. Numeric_binding=C