Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

259 lines
7.4 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft OLE DB
  4. // Copyright (C) Microsoft Corporation, 1994 - 2000
  5. //
  6. // @doc
  7. //
  8. // @module PROPINFR.MC | Messages.
  9. //
  10. // @rev 1 | 08-04-97 | danleg | Created.
  11. //-----------------------------------------------------------------------------
  12. #ifndef __PROPINFR_H__
  13. #define __PROPINFR_H__
  14. //----------------------------------------------------------------------------
  15. //Language-dependent resources (localize)
  16. //----------------------------------------------------------------------------
  17. // DATASOURCE
  18. #define DESC_DBPROP_CURRENTCATALOG L"Current Catalog"
  19. #define DESC_DBPROP_RESETDATASOURCE L"Reset Datasource"
  20. // DATASOURCEINFO
  21. #define DESC_DBPROP_ACTIVESESSIONS L"Active Sessions"
  22. #define DESC_DBPROP_BYREFACCESSORS L"Pass By Ref Accessors"
  23. #define DESC_DBPROP_CATALOGLOCATION L"Catalog Location"
  24. #define DESC_DBPROP_CATALOGTERM L"Catalog Term"
  25. #define DESC_DBPROP_CATALOGUSAGE L"Catalog Usage"
  26. #define DESC_DBPROP_COLUMNDEFINITION L"Column Definition"
  27. #define DESC_DBPROP_DATASOURCEREADONLY L"Read-Only Data Source"
  28. #define DESC_DBPROP_DBMSNAME L"DBMS Name"
  29. #define DESC_DBPROP_DBMSVER L"DBMS Version"
  30. #define DESC_DBPROP_GROUPBY L"GROUP BY Support"
  31. #define DESC_DBPROP_HETEROGENEOUSTABLES L"Heterogeneous Table Support"
  32. #define DESC_DBPROP_MAXOPENCHAPTERS L"Maximum Open Chapters"
  33. #define DESC_DBPROP_MAXROWSIZE L"Maximum Row Size"
  34. #define DESC_DBPROP_MAXTABLESINSELECT L"Maximum Tables in SELECT"
  35. #define DESC_DBPROP_MULTIPLESTORAGEOBJECTS L"Multiple Storage Objects"
  36. #define DESC_DBPROP_NULLCOLLATION L"NULL Collation Order"
  37. #define DESC_DBPROP_OLEOBJECTS L"OLE Object Support"
  38. #define DESC_DBPROP_ORDERBYCOLUMNSINSELECT L"ORDER BY Columns in Select List"
  39. #define DESC_DBPROP_PROVIDEROLEDBVER L"OLE DB Version"
  40. #define DESC_DBPROP_PROVIDERFRIENDLYNAME L"Provider Friendly Name"
  41. #define DESC_DBPROP_PROVIDERNAME L"Provider Name"
  42. #define DESC_DBPROP_PROVIDERVER L"Provider Version"
  43. #define DESC_DBPROP_SQLSUPPORT L"SQL Support"
  44. #define DESC_DBPROP_STRUCTUREDSTORAGE L"Structured Storage"
  45. #define DESC_DBPROP_SUBQUERIES L"Subquery Support"
  46. #define DESC_DBPROP_SUPPORTEDTXNISOLEVELS L"Isolation Levels"
  47. #define DESC_DBPROP_SUPPORTEDTXNISORETAIN L"Isolation Retention"
  48. #define DESC_DBPROP_SUPPORTEDTXNDDL L"Transaction DDL"
  49. #define DESC_DBPROP_DSOTHREADMODEL L"Data Source Object Threading Model"
  50. #define DESC_DBPROP_MULTIPLEPARAMSETS L"Multiple Parameter Sets"
  51. #define DESC_DBPROP_OUTPUTPARAMETERAVAILABILITY L"Output Parameter Availability"
  52. #define DESC_DBPROP_PERSISTENTIDTYPE L"Persistent ID Type"
  53. #define DESC_DBPROP_ROWSETCONVERSIONSONCOMMAND L"Rowset Conversions on Command"
  54. #define DESC_DBPROP_MULTIPLERESULTS L"Multiple Results"
  55. // ROWSET
  56. #define DESC_DBPROP_BLOCKINGSTORAGEOBJECTS L"Blocking Storage Objects"
  57. #define DESC_DBPROP_BOOKMARKS L"Use Bookmarks"
  58. #define DESC_DBPROP_BOOKMARKSKIPPED L"Skip Deleted Bookmarks"
  59. #define DESC_DBPROP_BOOKMARKTYPE L"Bookmark Type"
  60. #define DESC_DBPROP_CANFETCHBACKWARDS L"Fetch Backwards"
  61. #define DESC_DBPROP_CANHOLDROWS L"Hold Rows"
  62. #define DESC_DBPROP_CANSCROLLBACKWARDS L"Scroll Backwards"
  63. #define DESC_DBPROP_COLUMNRESTRICT L"Column Privileges"
  64. #define DESC_DBPROP_COMMANDTIMEOUT L"Command Time Out"
  65. #define DESC_DBPROP_FIRSTROWS L"First Rows"
  66. #define DESC_DBPROP_LITERALBOOKMARKS L"Literal Bookmarks"
  67. #define DESC_DBPROP_LITERALIDENTITY L"Literal Row Identity"
  68. #define DESC_DBPROP_MAXOPENROWS L"Maximum Open Rows"
  69. #define DESC_DBPROP_MAXROWS L"Maximum Rows"
  70. #define DESC_DBPROP_MEMORYUSAGE L"Memory Usage"
  71. #define DESC_DBPROP_NOTIFICATIONPHASES L"Notification Phases"
  72. #define DESC_DBPROP_NOTIFYROWSETRELEASE L"Rowset Release Notification"
  73. #define DESC_DBPROP_NOTIFYROWSETFETCHPOSITIONCHANGE L"Rowset Fetch Position Change Notification"
  74. #define DESC_DBPROP_ORDEREDBOOKMARKS L"Bookmarks Ordered"
  75. #define DESC_DBPROP_OTHERINSERT L"Others' Inserts Visible"
  76. #define DESC_DBPROP_OTHERUPDATEDELETE L"Others' Changes Visible"
  77. #define DESC_DBPROP_QUICKRESTART L"Quick Restart"
  78. #define DESC_DBPROP_REENTRANTEVENTS L"Reentrant Events"
  79. #define DESC_DBPROP_REMOVEDELETED L"Remove Deleted Rows"
  80. #define DESC_DBPROP_ROWRESTRICT L"Row Privileges"
  81. #define DESC_DBPROP_ROWTHREADMODEL L"Row Threading Model"
  82. #define DESC_DBPROP_SERVERCURSOR L"Server Cursor"
  83. #define DESC_DBPROP_UPDATABILITY L"Updatability"
  84. #define DESC_DBPROP_STRONGIDENTITY L"Strong Row Identity"
  85. #define DESC_DBPROP_IAccessor L"IAccessor"
  86. #define DESC_DBPROP_IColumnsInfo L"IColumnsInfo"
  87. #define DESC_DBPROP_IConnectionPointContainer L"IConnectionPointContainer"
  88. #define DESC_DBPROP_IDBAsynchStatus L"IDBAsynchStatus"
  89. #define DESC_DBPROP_IRowset L"IRowset"
  90. #define DESC_DBPROP_IRowsetIdentity L"IRowsetIdentity"
  91. #define DESC_DBPROP_IRowsetInfo L"IRowsetInfo"
  92. #define DESC_DBPROP_IRowsetLocate L"IRowsetLocate"
  93. #define DESC_DBPROP_IRowsetScroll L"IRowsetScroll"
  94. #define DESC_DBPROP_ISupportErrorInfo L"ISupportErrorInfo"
  95. #define DESC_DBPROP_IConvertType L"IConvertType"
  96. #define DESC_DBPROP_IRowsetAsynch L"IRowsetAsynch"
  97. #define DESC_DBPROP_IRowsetWatchAll L"IRowsetWatchAll"
  98. #define DESC_DBPROP_IRowsetWatchRegion L"IRowsetWatchRegion"
  99. #define DESC_DBPROP_IRowsetExactScroll L"IRowsetExactScroll"
  100. #define DESC_DBPROP_ROWSET_ASYNCH L"Asynchronous Rowset Processing"
  101. #define DESC_DBPROP_IChapteredRowset L"IChapteredRowset"
  102. // Initialize
  103. #define DESC_DBPROP_INIT_DATASOURCE L"Data Source"
  104. #define DESC_DBPROP_INIT_LOCATION L"Location"
  105. #define DESC_DBPROP_INIT_LCID L"Locale Identifier"
  106. #define DESC_DBPROP_INIT_HWND L"Window Handle"
  107. #define DESC_DBPROP_INIT_PROMPT L"Prompt"
  108. #define DESC_DBPROP_INIT_OLEDBSERVICES L"OLE DB Services"
  109. // DBPROP_PROVIDER specific
  110. #define DESC_DBPROP_USECONTENTINDEX L"Always use content index"
  111. #define DESC_DBPROP_DEFERNONINDEXEDTRIMMING L"Defer scope and security testing"
  112. #define DESC_DBPROP_USEEXTENDEDDBTYPES L"Return PROPVARIANTs in variant binding"
  113. #define DESC_MSIDXSPROP_ROWSETQUERYSTATUS L"Rowset Query Status"
  114. #define DESC_MSIDXSPROP_COMMAND_LOCALE_STRING L"SQL Content Query Locale String"
  115. #define DESC_MSIDXSPROP_QUERY_RESTRICTION L"Query Restriction"
  116. // Session Properties
  117. #define DESC_DBPROP_SESS_AUTOCOMMITISOLEVELS L"Autocommit Isolation Levels"
  118. // Grammar Properties
  119. #define DESC_DBPROP_AGGREGATE_FUNCTIONS L"Aggregated Functions"
  120. #define DESC_DBPROP_COLUMN_ALIAS L"Support Column Alias"
  121. #define DESC_DBPROP_CORRELATION_NAME L"Table Correlation Name"
  122. #define DESC_DBPROP_CREATE_VIEW L"Create View Clauses"
  123. #define DESC_DBPROP_DATETIME_LITERALS L"SQL92 Date Time Literals"
  124. #define DESC_DBPROP_DROP_VIEW L"Drop View Clauses"
  125. #define DESC_DBPROP_EXPRESSIONS_IN_ORDERBY L"Expressions in ORDER BY"
  126. #define DESC_DBPROP_IDENTIFIER_QUOTE_CHAR L"Delimiter of quoted identifiers"
  127. #define DESC_DBPROP_MAX_IDENTIFIER_LEN L"Maximum Identifier Length"
  128. #define DESC_DBPROP_OJ_CAPABILITIES L"Our Join Capabilities"
  129. #define DESC_DBPROP_SQL_CONFORMANCE L"SQL92 Conformance Level"
  130. #define DESC_DBPROP_SQL92_DATETIME_FUNCTIONS L"SQL92 Date Time Functions"
  131. #define DESC_DBPROP_SQL92_PREDICATES L"SQL92 Predicates"
  132. #define DESC_DBPROP_SQL92_RELATIONAL_JOIN_OPERATORS L"SQL92 Relation Join Operators"
  133. #define DESC_DBPROP_UNION L"Union Clause"
  134. #define DESC_DBPROP_AUTH_INTEGRATED L"Integrated Security ."
  135. #endif //__PROPINFR_H__