home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 February / DPPCPRO0299.ISO / February / Delphi / Install / DATA.Z / RS_SQLIF.INI < prev    next >
Encoding:
INI File  |  1996-06-07  |  10.5 KB  |  375 lines

  1. [Connections]
  2. DB2 Gupta=1
  3. DB2=1
  4. dBase for Windows=0
  5. Idapi=1
  6. Ingres=0
  7. ODBC=1
  8. Oracle=0
  9. SQL Base=0
  10. SQL Server=1
  11. Sybase=1
  12. Sybase10=1
  13. Teradata=1
  14. Unify=0
  15.  
  16. [dBase Files (*.dbf)]
  17. IsLocal=1
  18. CountStarSupport=1
  19. OpListType=1
  20. OpGrpDCount=4
  21. OpGrpWCount=1
  22. OpGrp1Title="Comparison operators:"
  23. OpGrp1Count=2
  24. OpGrp1Item1Disp="x IN (a, b, c, ...)"
  25. OpGrp1Item1Text=" IN (\r) \n"
  26. OpGrp1Item2Disp="x NOT IN (a, b, c, ...)"
  27. OpGrp1Item2Text=" NOT IN (\r) \n"
  28. OpGrp2Title="Patterns, ranges and lists:"
  29. OpGrp2Count=2
  30. OpGrp2Item1Disp="x BETWEEN y AND z"
  31. OpGrp2Item1Text=" BETWEEN \n AND "
  32. OpGrp2Item2Disp="x NOT BETWEEN y AND z"
  33. OpGrp2Item2Text=" NOT BETWEEN \n AND "
  34. OpGrp3Title="Constants:"
  35. OpGrp3Count=1
  36. OpGrp3Item1Disp="'YYYY-MM-DD' - date"
  37. OpGrp3Item1Text=" '\n' "
  38. OpGrp4Title="Summary functions:"
  39. OpGrp4Count=6
  40. OpGrp4Item1Disp="AVG(col) - Average of column or column expression"
  41. OpGrp4Item1Text=" AVG(\r) \n"
  42. OpGrp4Item2Disp="COUNT(*) - Count of rows"
  43. OpGrp4Item2Text=" COUNT(*) \n"
  44. OpGrp4Item3Disp="COUNT(col) - Count of rows"
  45. OpGrp4Item3Text=" COUNT(\r) \n"
  46. OpGrp4Item4Disp="MAX(col) - Maximum value of column or column expression"
  47. OpGrp4Item4Text=" MAX(\r) \n"
  48. OpGrp4Item5Disp="MIN(col) - Minimum value of column or column expression"
  49. OpGrp4Item5Text=" MIN(\r) \n"
  50. OpGrp4Item6Disp="SUM(col) - Sum of column or column expression"
  51. OpGrp4Item6Text=" SUM(\r) \n"
  52. OpGrp5Title="SQL statement keywords:"
  53. OpGrp5Count=2
  54. OpGrp5Item1Disp="GROUP BY colexp1, colexp2... - Group and summarize results"
  55. OpGrp5Item1Text=" GROUP BY \n"
  56. OpGrp5Item2Disp="HAVING expr - Additional selection criteria for groups"
  57. OpGrp5Item2Text=" HAVING \n"
  58. ;FnListType=1
  59. FnGrpCount=1
  60. FnGrp1Count=1
  61. FnGrp1Title="String functions:"
  62. FnGrp1Item1Disp="CONVERT(col,data type) - Conversion of column into specified data type"
  63. FnGrp1Item1Text=" {fn CONVERT(\r,\n)}"
  64.  
  65. [Btrieve Data (file.ddf)]
  66. IsLocal=1
  67. CountStarSupport=1
  68. OpListType=1
  69. OpGrpDCount=3
  70. OpGrpWCount=2
  71. OpGrp1Title="Comparison operators:"
  72. OpGrp1Count=2
  73. OpGrp1Item1Disp="x IN (a, b, c, ...)"
  74. OpGrp1Item1Text=" IN (\r) \n"
  75. OpGrp1Item2Disp="x NOT IN (a, b, c, ...)"
  76. OpGrp1Item2Text=" NOT IN (\r) \n"
  77. OpGrp2Title="Patterns, ranges and lists:"
  78. OpGrp2Count=2
  79. OpGrp2Item1Disp="x BETWEEN y AND z"
  80. OpGrp2Item1Text=" BETWEEN \n AND "
  81. OpGrp2Item2Disp="x NOT BETWEEN y AND z"
  82. OpGrp2Item2Text=" NOT BETWEEN \n AND "
  83. OpGrp3Title="Constants:"
  84. OpGrp3Count=1
  85. OpGrp3Item1Disp="'YYYY-MM-DD' - date"
  86. OpGrp3Item1Text=" '\n' "
  87. OpGrp4Title="SQL statement keywords:"
  88. OpGrp4Count=2
  89. OpGrp4Item1Disp="GROUP BY colexp1, colexp2... - Group and summarize results"
  90. OpGrp4Item1Text=" GROUP BY \n"
  91. OpGrp4Item2Disp="HAVING expr - Additional selection criteria for groups"
  92. OpGrp4Item2Text=" HAVING \n"
  93. OpGrp5Title="Summary functions:"
  94. OpGrp5Count=6
  95. OpGrp5Item1Disp="AVG(col) - Average of column or column expression"
  96. OpGrp5Item1Text=" AVG(\r) \n"
  97. OpGrp5Item2Disp="COUNT(*) - Count of rows"
  98. OpGrp5Item2Text=" COUNT(*) \n"
  99. OpGrp5Item3Disp="COUNT(col) - Count of rows"
  100. OpGrp5Item3Text=" COUNT(\r) \n"
  101. OpGrp5Item4Disp="MAX(col) - Maximum value of column or column expression"
  102. OpGrp5Item4Text=" MAX(\r) \n"
  103. OpGrp5Item5Disp="MIN(col) - Minimum value of column or column expression"
  104. OpGrp5Item5Text=" MIN(\r) \n"
  105. OpGrp5Item6Disp="SUM(col) - Sum of column or column expression"
  106. OpGrp5Item6Text=" SUM(\r) \n"
  107. ;FnListType=1
  108. FnGrpCount=1
  109. FnGrp1Count=1
  110. FnGrp1Title="String functions:"
  111. FnGrp1Item1Disp="CONVERT(col,data type) - Conversion of column into specified data type"
  112. FnGrp1Item1Text=" {fn CONVERT(\r,\n)}"
  113.  
  114. [Excel Files (*.xls)]
  115. IsLocal=1
  116. CountStarSupport=1
  117. OpListType=1
  118. OpGrpDCount=3
  119. OpGrpWCount=2
  120. OpGrp1Title="Comparison operators:"
  121. OpGrp1Count=2
  122. OpGrp1Item1Disp="x IN (a, b, c, ...)"
  123. OpGrp1Item1Text=" IN (\r) \n"
  124. OpGrp1Item2Disp="x NOT IN (a, b, c, ...)"
  125. OpGrp1Item2Text=" NOT IN (\r) \n"
  126. OpGrp2Title="Patterns, ranges and lists:"
  127. OpGrp2Count=2
  128. OpGrp2Item1Disp="x BETWEEN y AND z"
  129. OpGrp2Item1Text=" BETWEEN \n AND "
  130. OpGrp2Item2Disp="x NOT BETWEEN y AND z"
  131. OpGrp2Item2Text=" NOT BETWEEN \n AND "
  132. OpGrp3Title="Constants:"
  133. OpGrp3Count=1
  134. OpGrp3Item1Disp="'YYYY-MM-DD' - date"
  135. OpGrp3Item1Text=" '\n' "
  136. OpGrp4Title="SQL statement keywords:"
  137. OpGrp4Count=2
  138. OpGrp4Item1Disp="GROUP BY colexp1, colexp2... - Group and summarize results"
  139. OpGrp4Item1Text=" GROUP BY \n"
  140. OpGrp4Item2Disp="HAVING expr - Additional selection criteria for groups"
  141. OpGrp4Item2Text=" HAVING \n"
  142. OpGrp5Title="Summary functions:"
  143. OpGrp5Count=6
  144. OpGrp5Item1Disp="AVG(col) - Average of column or column expression"
  145. OpGrp5Item1Text=" AVG(\r) \n"
  146. OpGrp5Item2Disp="COUNT(*) - Count of rows"
  147. OpGrp5Item2Text=" COUNT(*) \n"
  148. OpGrp5Item3Disp="COUNT(col) - Count of rows"
  149. OpGrp5Item3Text=" COUNT(\r) \n"
  150. OpGrp5Item4Disp="MAX(col) - Maximum value of column or column expression"
  151. OpGrp5Item4Text=" MAX(\r) \n"
  152. OpGrp5Item5Disp="MIN(col) - Minimum value of column or column expression"
  153. OpGrp5Item5Text=" MIN(\r) \n"
  154. OpGrp5Item6Disp="SUM(col) - Sum of column or column expression"
  155. OpGrp5Item6Text=" SUM(\r) \n"
  156. ;FnListType=1
  157. FnGrpCount=1
  158. FnGrp1Count=1
  159. FnGrp1Title="String functions:"
  160. FnGrp1Item1Disp="CONVERT(col,data type) - Conversion of column into specified data type"
  161. FnGrp1Item1Text=" {fn CONVERT(\r,\n)}"
  162.  
  163. [Paradox Files (*.db )]
  164. IsLocal=1
  165. CountStarSupport=1
  166. SQLExecReturnsQualifiedNames=0
  167. OpListType=1
  168. OpGrpDCount=3
  169. OpGrpWCount=2
  170. OpGrp1Title="Comparison operators:"
  171. OpGrp1Count=2
  172. OpGrp1Item1Disp="x IN (a, b, c, ...)"
  173. OpGrp1Item1Text=" IN (\r) \n"
  174. OpGrp1Item2Disp="x NOT IN (a, b, c, ...)"
  175. OpGrp1Item2Text=" NOT IN (\r) \n"
  176. OpGrp2Title="Patterns, ranges and lists:"
  177. OpGrp2Count=2
  178. OpGrp2Item1Disp="x BETWEEN y AND z"
  179. OpGrp2Item1Text=" BETWEEN \n AND "
  180. OpGrp2Item2Disp="x NOT BETWEEN y AND z"
  181. OpGrp2Item2Text=" NOT BETWEEN \n AND "
  182. OpGrp3Title="Constants:"
  183. OpGrp3Count=1
  184. OpGrp3Item1Disp="'YYYY-MM-DD' - date"
  185. OpGrp3Item1Text=" '\n' "
  186. OpGrp4Title="SQL statement keywords:"
  187. OpGrp4Count=2
  188. OpGrp4Item1Disp="GROUP BY colexp1, colexp2... - Group and summarize results"
  189. OpGrp4Item1Text=" GROUP BY \n"
  190. OpGrp4Item2Disp="HAVING expr - Additional selection criteria for groups"
  191. OpGrp4Item2Text=" HAVING \n"
  192. OpGrp5Title="Summary functions:"
  193. OpGrp5Count=6
  194. OpGrp5Item1Disp="AVG(col) - Average of column or column expression"
  195. OpGrp5Item1Text=" AVG(\r) \n"
  196. OpGrp5Item2Disp="COUNT(*) - Count of rows"
  197. OpGrp5Item2Text=" COUNT(*) \n"
  198. OpGrp5Item3Disp="COUNT(col) - Count of rows"
  199. OpGrp5Item3Text=" COUNT(\r) \n"
  200. OpGrp5Item4Disp="MAX(col) - Maximum value of column or column expression"
  201. OpGrp5Item4Text=" MAX(\r) \n"
  202. OpGrp5Item5Disp="MIN(col) - Minimum value of column or column expression"
  203. OpGrp5Item5Text=" MIN(\r) \n"
  204. OpGrp5Item6Disp="SUM(col) - Sum of column or column expression"
  205. OpGrp5Item6Text=" SUM(\r) \n"
  206. ;FnListType=1
  207. FnGrpCount=1
  208. FnGrp1Count=1
  209. FnGrp1Title="String functions:"
  210. FnGrp1Item1Disp="CONVERT(col,data type) - Conversion of column into specified data type"
  211. FnGrp1Item1Text=" {fn CONVERT(\r,\n)}"
  212.  
  213. [FoxPro Files (*.dbf)]
  214. IsLocal=1
  215. CountStarSupport=1
  216. OpListType=1
  217. OpGrpDCount=3
  218. OpGrpWCount=2
  219. OpGrp1Title="Comparison operators:"
  220. OpGrp1Count=2
  221. OpGrp1Item1Disp="x IN (a, b, c, ...)"
  222. OpGrp1Item1Text=" IN (\r) \n"
  223. OpGrp1Item2Disp="x NOT IN (a, b, c, ...)"
  224. OpGrp1Item2Text=" NOT IN (\r) \n"
  225. OpGrp2Title="Patterns, ranges and lists:"
  226. OpGrp2Count=2
  227. OpGrp2Item1Disp="x BETWEEN y AND z"
  228. OpGrp2Item1Text=" BETWEEN \n AND "
  229. OpGrp2Item2Disp="x NOT BETWEEN y AND z"
  230. OpGrp2Item2Text=" NOT BETWEEN \n AND "
  231. OpGrp3Title="Constants:"
  232. OpGrp3Count=1
  233. OpGrp3Item1Disp="'YYYY-MM-DD' - date"
  234. OpGrp3Item1Text=" '\n' "
  235. OpGrp4Title="SQL statement keywords:"
  236. OpGrp4Count=2
  237. OpGrp4Item1Disp="GROUP BY colexp1, colexp2... - Group and summarize results"
  238. OpGrp4Item1Text=" GROUP BY \n"
  239. OpGrp4Item2Disp="HAVING expr - Additional selection criteria for groups"
  240. OpGrp4Item2Text=" HAVING \n"
  241. OpGrp5Title="Summary functions:"
  242. OpGrp5Count=6
  243. OpGrp5Item1Disp="AVG(col) - Average of column or column expression"
  244. OpGrp5Item1Text=" AVG(\r) \n"
  245. OpGrp5Item2Disp="COUNT(*) - Count of rows"
  246. OpGrp5Item2Text=" COUNT(*) \n"
  247. OpGrp5Item3Disp="COUNT(col) - Count of rows"
  248. OpGrp5Item3Text=" COUNT(\r) \n"
  249. OpGrp5Item4Disp="MAX(col) - Maximum value of column or column expression"
  250. OpGrp5Item4Text=" MAX(\r) \n"
  251. OpGrp5Item5Disp="MIN(col) - Minimum value of column or column expression"
  252. OpGrp5Item5Text=" MIN(\r) \n"
  253. OpGrp5Item6Disp="SUM(col) - Sum of column or column expression"
  254. OpGrp5Item6Text=" SUM(\r) \n"
  255. ;FnListType=1
  256. FnGrpCount=1
  257. FnGrp1Count=1
  258. FnGrp1Title="String functions:"
  259. FnGrp1Item1Disp="CONVERT(col,data type) - Conversion of column into specified data type"
  260. FnGrp1Item1Text=" {fn CONVERT(\r,\n)}"
  261.  
  262. [IDAPI_INFORMIX]
  263. ;DATETIMEFORMAT=""DATETIME("yyyy-mm-dd hh:mm:ss") YEAR TO SECOND""
  264.  
  265. [Oracle]
  266. ;LD=ORAWE850
  267.  
  268. [SQL Server]
  269. ;LD=SYDC850
  270. ;DateFormat=""'"mm"-"dd"-"yyyy"'""
  271. ;DATETIMEFORMAT-""'"mm"-"dd"-"yyyy hh":"mm":"ss"'""
  272.  
  273. [WATCOM SQL]
  274. FnListType=2
  275. CountStarSupport=1
  276. QuoteODBCOuterJoin=1
  277. QuoteAlias=1
  278.  
  279. [ShowCase ODBC]
  280. FnListType=2
  281. CountStarSupport=1
  282.  
  283. [ShowCase ODBC - VISTA]
  284. FnListType=2
  285. CountStarSupport=1
  286.  
  287. [ShowCase ODBC - ReadOnly]
  288. FnListType=2
  289. CountStarSupport=1
  290.  
  291. [Q+E ParadoxFile]
  292. IsLocal=1
  293. CountStarSupport=1
  294. SQLExecReturnsQualifiedNames=0
  295. QuoteFromList=0
  296. OuterJoinSyntax=1
  297. OuterJoinText="*"
  298. OuterJoinSupport="LRM"
  299. QuoteAlias=1
  300.  
  301. [RDS]
  302. HasOwners=0
  303. CountStarSupport=1
  304. OuterJoinSyntax=1
  305. OuterJoinSupport="LR"
  306. OuterJoinText="*"
  307. ;DBInFullColumnName=0
  308. ;SortExprSupport=0
  309. ;DateFormat=""date '"yyyy-mm-dd"'""
  310. ;TimeFormat=""time '"hh:mm:ss"'""
  311.  
  312. [Velocis Standalone]
  313. HasOwners=0
  314. CountStarSupport=1
  315.  
  316. [Velocis]
  317. HasOwners=0
  318. CountStarSupport=1
  319.  
  320. [Lotus Notes]
  321. CountStarSupport=1
  322. SQLExecReturnsQualifiedNames=0
  323. TableTypes=
  324.  
  325. [Microsoft Btrieve Driver (file.ddf)]
  326. QuoteFromList=0
  327. IsLocal=1
  328. HasDatabases=0
  329. IDQuote=
  330.  
  331. [Microsoft Dbase Driver (*.dbf)]
  332.  
  333. [Microsoft Excel Driver (*.xls)]
  334.  
  335. [Microsoft FoxPro Driver (*.dbf)]
  336.  
  337. [Microsoft Text Driver (*.txt; *.csv)]
  338. RequiresTableAlias=1
  339.  
  340. [Microsoft Access Driver (*.mdb)]
  341. QuoteFromList=0
  342. HasDatabases=0
  343.  
  344. [Microsoft Paradox Driver (*.db )]
  345. SQLExecReturnsQualifiedNames=0
  346.  
  347. [Microsoft Btrieve Driver (file.ddf) (32 bit)]
  348. QuoteFromList=0
  349. IsLocal=1
  350. HasDatabases=0
  351. IDQuote=
  352.  
  353. [Microsoft dBase Driver (*.dbf) (32 bit)]
  354. IDQuote=
  355.  
  356. [Microsoft Excel Driver (*.xls) (32 bit)]
  357. IDQuote=
  358.  
  359. [Microsoft FoxPro Driver (*.dbf) (32 bit)]
  360. IDQuote=
  361.  
  362. [Microsoft Text Driver (*.txt; *.csv) (32 bit)]
  363. QuoteFromList=0
  364. IDQuote=
  365. RequiresTableAlias=1
  366.  
  367. [Microsoft Access Driver (*.mdb) (32 bit)]
  368. QuoteFromList=0
  369. HasDatabases=0
  370.  
  371. [Microsoft Paradox Driver (*.db ) (32 bit)]
  372. QuoteFromList=0
  373. SQLExecReturnsQualifiedNames=0
  374. ;IDQuote=`
  375.