home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / os / system / odbcjet.cnt (.txt) < prev    next >
Microsoft Windows Help File Content  |  1998-05-31  |  7KB  |  153 lines

  1. :Base odbcjet.hlp
  2. :Title ODBC Microsoft Desktop Database Drivers Help
  3. :Index ODBC Desktop Database Drivers Help=odbcjet.hlp
  4. 1 Overview (all users)
  5. 2 Overview=Overview>ref
  6. 2 Hardware and Software Requirements=Requirements>ref
  7. 2 ODBC Component Files=ODBCComponentFiles>ref
  8. 2 Product Support=ProductSupport>ref
  9. 2 Setting Up Drivers=SettingUpDrivers>ref
  10. 1 Working with Data Sources (all users)
  11. 2 Adding a Data Source=AddingADataSource>howto
  12. 2 Data Source Conversion=DataSourceConversion>ref
  13. 2 Modifying a Data Source=ModifyingADataSource>howto
  14. 2 Deleting a Data Source=DeletingADataSource>howto
  15. 2 ODBC Setup Dialog Box
  16. 3 Approximate Row Count=ApproximateRowCount>ref
  17. 3 Buffer Size=BufferSize>ref
  18. 3 Collating Sequence=CollatingSequence>ref
  19. 3 Data Source Name=DataSourceName>ref
  20. 3 Database=Database>ref
  21. 3 Define Format=DefineFormat>ref
  22. 3 Description=Description>ref
  23. 3 Directory=Directory>ref
  24. 3 Exclusive=Exclusive>ref
  25. 3 Extensions List=ExtensionsList>ref
  26. 3 Page Timeout=PageTimeout>ref
  27. 3 Read Only=ReadOnly>ref
  28. 3 Rows to Scan=RowsToScan>ref
  29. 3 Select Directory=SelectDirectory>ref
  30. 3 Select Indexes=SelectIndexes>ref
  31. 3 Select Workbook=SelectWorkbook>ref
  32. 3 Show Deleted Rows=ShowDeletedRows>ref
  33. 3 Sort Order=SortOrder>ref
  34. 3 System Database=SystemDatabase>ref
  35. 3 Use Current Directory=UseCurrentDirectory>ref
  36. 3 User Name=UserName>ref
  37. 3 Version=Version>ref
  38. 2 Text Format
  39. 3 Defining Text Format=TextFormat>ref
  40. 3 SCHEMA.INI=SchemaIni>ref
  41. 2 Connection Issues
  42. 3 Password Entry=PasswordEntry>ref
  43. 3 Database Repair (Advanced)=DatabaseRepair>ref
  44. 3 Database Compaction (Advanced)=DatabaseCompaction>ref
  45. 3 Heterogeneous Joins/Attached Tables=HeterogeneousJoinsAttachedTables>ref
  46. 3 Opening Microsoft Excel Tables=OpeningMicrosoftExcelTables>ref
  47. 3 Password-Protected Files=PasswordProtectedFiles>ref
  48. 3 Referential Integrity=ReferentialIntegrity>ref
  49. 3 Failing after Repeated Connections=FailingAfterRepeatedConnections>ref
  50. 3 Lotus 123 Data/EMS Data=Lotus123DataEMSData>ref
  51. 3 Visual Basic Support=VisualBasicSupport>ref
  52. 1 Working with Data Sources Dynamically (advanced users)
  53. 2 SQLDriverConnect=SQLDriverConnect>ref
  54. 2 Connection Strings (Advanced)=ConnectString>ref
  55. 2 Adding, Modifying, or Deleting a Data Source Dynamically=AddingModifyingOrDeletingADataSourceDynamically>howto
  56. 2 SQLConfigDataSource=SQLConfigDataSource
  57. 1 SQL Issues (advanced users)
  58. 2 SQL-92 Compliance (Advanced)=SQL92Compliance>ref
  59. 2 Additional Supported ODBC SQL Grammar=Add_Grammar>ref
  60. 2 Driver-Specific SQL Grammar
  61. 3 BETWEEN Predicate=BETWEENPredicate>ref
  62. 3 CREATE INDEX Statement=CREATEINDEXStatement>ref
  63. 3 Date Arithmetic=DateArithmetic>ref
  64. 3 Date, Time, and Timestamp Literals=DateTimeAndTimestampLiterals>ref
  65. 3 DROP INDEX Statement=DROPINDEXStatement>ref
  66. 3 Fixed-Width Text File=FixedWidthTextFile>ref
  67. 3 GROUP BY expression-list=GROUPBYExpressionList>ref
  68. 3 ORDER BY expression-list=ORDERBYExpressionList>ref
  69. 3 ORDER BY with GROUP BY=ORDERBYWithGROUPBY>ref
  70. 3 Outer Joins=OuterJoins>ref
  71. 3 Scalar Functions=ScalarFunctions>ref
  72. 3 Table Names=TableNames>ref
  73. 2 Limitations to SQL Grammar
  74. 3 Aggregate Function Limitations=AggregateFunctionsLimitations>ref
  75. 3 ALTER TABLE Statement Limitations=ALTERTABLEStatementLimitations>ref
  76. 3 AND Predicate Limitations=ANDPredicatesLimitations>ref
  77. 3 CALL Statement Limitations=CALLStatementLimitations>ref
  78. 3 Column Name Limitations=ColumnNameLimitations>ref
  79. 3 CONVERT Function Limitations=CONVERTFunctionLimitations>ref
  80. 3 CREATE INDEX Statement Limitations=CREATEINDEXStatementLimitations>ref
  81. 3 CREATE TABLE Statement Limitations=CREATETABLEStatementLimitations>ref
  82. 3 Date Arithmetic Limitations=DateArithmeticLimitations>ref
  83. 3 DELETE Statement Limitations=DELETEStatementLimitations>ref
  84. 3 DISTINCT Keyword Limitations=DISTINCTKeywordLimitations>ref
  85. 3 DROP INDEX Statement Limitations=DROPINDEXStatementLimitations
  86. 3 DROP TABLE Statement Limitations=DROPTABLEStatementLimitations>ref
  87. 3 FROM Clause Limitations=FROMClauseLimitations>ref
  88. 3 HAVING Clause Limitations=HAVINGClauseLimitations>ref
  89. 3 Identifiers Limitations=IdentifiersLimitations>ref
  90. 3 Index Name Limitations=IndexNameLimitations>ref
  91. 3 INSERT Statement Limitations=INSERTStatementLimitations>ref
  92. 3 LIKE Predicate Limitations=LIKEPredicateLimitations>ref
  93. 3 NOT NULL Limitations=NOTNULLLimitations>ref
  94. 3 ORDER BY Clause Limitations=ORDERBYClauseLimitations>ref
  95. 3 Parameterized Query Limitations=ParameterizedQueryLimitations>ref
  96. 3 Reserved Word Limitations=ReservedWordLimitations>ref
  97. 3 Scalar Function Limitations=ScalarFunctionLimitations>ref
  98. 3 SELECT DISTINCT Limitations=SELECTDISTINCTLimitations>ref
  99. 3 SELECT Statement Limitations=SELECTStatementLimitations>ref
  100. 3 Set Functions Limitations=SetFunctionsLimitations>ref
  101. 3 Sorting Limitations=SortingLimitations>ref
  102. 3 String Limitations=StringLimitations>ref
  103. 3 Table Name Limitations=TableNameLimitations>ref
  104. 3 Table References Limitations=TableReferencesLimitations>ref
  105. 3 UPDATE Statement Limitations=UPDATEStatementLimitations>ref
  106. 3 Views Limitations=ViewsLimitations>ref
  107. 3 WHERE Clause Limitations=WHEREClauseLimitations>ref
  108. 3 WHERE CURRENT OF Clause Limitations=WHERECURRENTOFClauseLimitations>ref
  109. 1 Data Types (advanced users)
  110. 2 Microsoft Access=AccessDataTypes>ref
  111. 2 dBASE=dBASEDataTypes>ref
  112. 2 Microsoft Excel=ExcelDataTypes>ref
  113. 2 Microsoft FoxPro=FoxProDataTypes>ref
  114. 2 Paradox=ParadoxDataTypes>ref
  115. 2 Text=TextDataTypes>ref
  116. 2 Data Type Limitations=DataTypeLimit>ref
  117. 1 Error Messages (advanced users)
  118. 2 Error Messages=Errors>ref
  119. 1 SQLGetInfo Returned Values (programmers)
  120. 2 SQLGetInfo Returned Values=SQLGetInfoReturnValues>ref
  121. 1 ODBC API Functions (programmers)
  122. 2 Supported ODBC API Functions=SupportedODBCAPIFunctions>ref
  123. 2 SQLBindParameter=SQLBindParameter>ref
  124. 2 SQLColAttributes=SQLColAttributes>ref
  125. 2 SQLColumns=SQLColumns>ref
  126. 2 SQLConfigDataSource=SQLConfigDataSource>ref
  127. 2 SQLGetCursorName=SQLGetCursorName>ref
  128. 2 SQLGetData=SQLGetData>ref
  129. 2 SQLGetInfo=SQLGetInfo>ref
  130. 2 SQLGetStmtOption=SQLGetStmtOption>ref
  131. 2 SQLGetTypeInfo=SQLGetTypeInfo>ref
  132. 2 SQLMoreResults=SQLMoreResults>ref
  133. 2 SQLPrepare=SQLPrepare>ref
  134. 2 SQLProcedureColumns=SQLProcedureColumns>ref
  135. 2 SQLProcedures=SQLProcedures>ref
  136. 2 SQLSetConnectOption=SQLSetConnectOption>ref
  137. 2 SQLSetCursorName=SQLSetCursorName>ref
  138. 2 SQLSetPos=SQLSetPos>ref
  139. 2 SQLSetScrollOptions=SQLSetScrollOptions>ref
  140. 2 SQLSetStmtOption=SQLSetStmtOption>ref
  141. 2 SQLSpecialColumns=SQLSpecialColumns>ref
  142. 2 SQLStatistics=SQLStatistics>ref
  143. 2 SQLTables=SQLTables>ref
  144. 2 SQLTransact=SQLTransact>ref
  145. 1 Implementation Issues (programmers)
  146. 2 Arithmetic Errors=ArithmeticErrors>ref
  147. 2 Base Address of Drivers=BaseAddressOfDrivers>ref
  148. 2 Creating and Opening Tables=CreatingAndOpeningTables>ref
  149. 2 Multiple hstmts=MultipleHstmts>ref
  150. 2 Read-Only Status=ReadOnlyStatus>ref
  151. 2 Setup DLL=SetupDLL>ref
  152. 2 Translation DLLs=TranslationDLLs>ref
  153.