home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / chip-cd_2000_10.zip / 10 / bazy / topten / data1.cab / BDE_Files / bde32.cnt (.txt) < prev    next >
Microsoft Windows Help File Content  |  2000-02-22  |  8KB  |  169 lines

  1. :Base bde32.HLP
  2. :Title Borland Database Engine Online Reference
  3. :Link bdecfg32.hlp
  4. :Link datapump.hlp
  5. :Link localsql.hlp
  6. :Link sqllnk32.hlp
  7. 1 Introduction to Borland Database Engine
  8. 2 Introduction to Borland Database Engine=introduction>main
  9. 2 Features=features>main
  10. 2 BDE components=bdecomponents>main
  11. 2 Core BDE files=corebdefiles>main
  12. 2 Tools and examples=toolsandexamples>main
  13. 2 Initialization=initialization>main
  14. 2 Configuration management=configurationmanagement>main
  15. 1 What's New for BDE 5?
  16. 2 Overview of new features and enhancements=Whatsnewoverview>main
  17. 1 Basic concepts
  18. 2 Architectural overview=architecturaloverview>main
  19. 2 Shared services=sharedservices>main
  20. 2 BDE API functions=bdeapifunctions>main
  21. 2 BDE Objects
  22. 3 BDE objects=bdeobjects>main
  23. 3 System=system>main
  24. 3 Clients=clients>main
  25. 3 Sessions=sessions>main
  26. 3 Database drivers=databasedrivers>main
  27. 3 Databases=databases>main
  28. 3 Cursors=cursors>main
  29. 3 Query statements=querystatements>main
  30. 3 Object properties=objectproperties>main
  31. 2 Database entities
  32. 3 Database entities=databaseentities>main
  33. 3 Tables=tables>main
  34. 3 Indexes=indexes>main
  35. 3 Fields=fields>main
  36. 3 Queries=queries>main
  37. 3 Transactions=transactions>main
  38. 3 Callbacks=callbacks>main
  39. 3 Cross-database operations=crossdatabaseoperations>main
  40. 1 Application development
  41. 2 Introduction to BDE programming=introductiontobdeprogramming>main
  42. 2 Project setup=projectsetup>main
  43. 2 Basic procedure=basicprocedure>main
  44. 2 Improving BDE performance=improvingbdeperformance>main
  45. 2 The CHK function=chk>example
  46. 2 Template program=templateprogram>example
  47. 2 Accessing and updating tables
  48. 3 Accessing and updating tables=accessingandupdatingtables>main
  49. 3 Preparing to access a table=preparingtoaccessatable>main
  50. 3 Positioning the cursor and fetching records=positioningthecursorandfetchingrecords>main
  51. 3 Field-level access=fieldlevelaccess>main
  52. 3 Working with Blobs=workingwithblobs>main
  53. 3 Adding, updating, and deleting records=addingupdatinganddeletingrecords>main
  54. 3 Linking tables=linkingtables>main
  55. 3 Sorting tables=sortingtables>main
  56. 3 Cached updates=cachedupdates>main
  57. 2 Locking
  58. 3 Locking=locking>main
  59. 3 Session layer=sessionlayer>main
  60. 3 Database handle layer=databasehandlelayer>main
  61. 3 Table cursor layer=tablecursorlayer>main
  62. 3 Acquired locks=acquiredlocks>main
  63. 3 Table lock coexistence=tablelockcoexistence>main
  64. 3 Locking strategy=lockingstrategy>main
  65. 3 SQL-specific locking behavior=sqlspecificlockingbehavior>main
  66. 2 Transactions
  67. 3 SQL Transactions=sqltransactions>main
  68. 3 Transactions on Paradox, dBASE, FoxPro, and Access=transactionsonparadoxanddbase>main
  69. 3 Transactions and cached updates=transactionsandcachedupdates>main
  70. 3 Degree of transaction isolation=degreeoftransactionisolation>main
  71. 3 Using transactions=usingtransactions>main
  72. 2 Querying databases
  73. 3 Querying databases=queryingdatabases>main
  74. 3 Querying Paradox and dBASE tables=queryingparadoxanddbasetables>main
  75. 3 Querying different databases=queryingdifferentdatabases>main
  76. 3 Executing queries directly=executingqueriesdirectly>main
  77. 3 Executing queries in stages=Executingqueriesinstages>main
  78. 2 Getting and setting properties
  79. 3 Getting and setting properties=gettingandsettingproperties>main
  80. 3 Object properties=objectproperties>main
  81. 2 Retrieving schema and system information
  82. 3 Retrieving schema and system information=retrievingschemaandsysteminformation>main
  83. 3 DbiOpenList functions=dbiopenlistfunctions>main
  84. 3 DbiGetDescs functions=dbigetdescsfunctions>main
  85. 2 Creating tables
  86. 3 Creating tables=creatingtables>main
  87. 3 Integrity constraints=integrityconstraints>main
  88. 3 Modifying table structure=modifyingtablestructure>main
  89. 2 Using callbacks
  90. 3 Using callbacks=usingcallbacks>main
  91. 3 Data source independence=datasourceindependence>main
  92. 2 Filtering records
  93. 3 Filtering records=filteringrecords>main
  94. 3 Using an expression tree=usinganexpressiontree>main
  95. 3 Expression tree header=expressiontreeheader>main
  96. 3 Literal pool area=literalpoolarea>main
  97. 2 Database driver characteristics
  98. 3 Database driver characteristics=databasedrivercharacteristics>main
  99. 3 SQL drivers
  100. 4 Informix driver=informixdriver>main
  101. 4 DB2 driver=DB2driver>main
  102. 4 Sybase CT-Lib driver=sybasectlibdriver>main
  103. 4 Passthrough SQL=passthroughsql>main
  104. 4 SQL transaction control=sqltransactioncontrol>main
  105. 4 SQL connection=sqlconnection>main
  106. 4 SQL record caching=sqlrecordcaching>main
  107. 4 SQL record modification requirements=sqlrecordmodificationrequirements>main
  108. 4 SQL record modification behavior=sqlrecordmodificationbehavior>main
  109. 4 SQL record-locking behavior=sqlrecordlockingbehavior>main
  110. 4 SQL table-locking behavior=sqltablelockingbehavior>main
  111. 4 SQL asynchronous queries=sqlasynchronousqueries>main
  112. 4 SQL performance tips=sqlperformancetips>main
  113. 3 Standard drivers
  114. 4 Paradox driver=paradoxdriver>main
  115. 4 FoxPro driver=foxprodriver>main
  116. 3 Access driver
  117. 4 Access driver=accessdriver>main
  118. 3 Text driver
  119. 4 Text driver=textdriver>main
  120. 4 Field maps=fieldmaps>main
  121. 4 Binding external schema to text tables=bindingexternalschematotexttables>main
  122. 2 Error handling
  123. 3 Using DbiGetErrorEntry to access the error stack=usingdbigeterrorentrytoaccesstheerrorstack>main
  124. 3 Using DbiGetErrorString to get a detailed error message=usingdbigeterrorstringtogetadetailederrormessage>main
  125. 3 Using DbiGetErrorContext to get more specific information=usingdbigeterrorcontexttogetmorespecificinformation>main
  126. 3 Using DbiGetErrorInfo to get immediate information=usingdbigeterrorinfotogetimmediateinformation>main
  127. 2 Debugging
  128. 3 Using the debug layer=usingthedebuglayer>main
  129. 3 SQL Trace=sqltrace>main
  130. 1 Using the Function Reference
  131. 2 Using the function reference=usingthefunctionreference>main
  132. 2 Syntax conventions=syntaxconventions>main
  133. 2 Variable names=variablenames>main
  134. 2 Constants=constants>main
  135. 2 #Defines=defines>main
  136. 2 Typedefs=typedefs>main
  137. 2 Object definitions=objectdefinitions>main
  138. 2 Buffer typedefs=buffertypedefs>main
  139. 1 BDE Function Reference
  140. 2 Alphabetical list of all BDE functions=functionreferencealphabetical>main
  141. 2 Environment functions=environmentfunctions>main
  142. 2 Session functions=sessionfunctions>main
  143. 2 Error handling functions=errorhandlingfunctions>main
  144. 2 Locking functions=lockingfunctions>main
  145. 2 Cursor functions=cursorfunctions>main
  146. 2 Index functions=indexfunctions>main
  147. 2 Query functions=queryfunctions>main
  148. 2 Database functions=databasefunctions>main
  149. 2 Table functions=tablefunctions>main
  150. 2 Data access functions=dataaccessfunctions>main
  151. 2 Capability or schema functions=capabilityorschemafunctions>main
  152. 2 Date/Time/Number functions=datetimenumberfunctions>main
  153. 2 Transaction functions=transactionfunctions>main
  154. 1 Data Structures
  155. 2 Data structures: overview=datastructures>main
  156. 2 Callback definitions=callbackdefinitions>main
  157. 2 Paradox and dBASE physical types=paradoxanddbasephysicaltypes>main
  158. 2 Data type translations=datatypetranslations>main
  159. 2 Logical types and driver-specific physical types=logicaltypesanddriverspecificphysicaltypes>main
  160. 1 International compatibility
  161. 2 Character sets=charactersets>main
  162. 2 Sorting and uppercasing rules=sortinganduppercasingrules>main
  163. 2 Language drivers=languagedrivers>main
  164. 2 Date, time, and number formats=datetimeandnumberformats>main
  165. 1 Other Borland online guides
  166. 2 Borland SQL Links Guide=borlandsqllinks@sqllnk32.hlp>main
  167. 2 Borland Local SQL Guide=overview@localsql.hlp>main
  168. 2 BDE Configuration Utility Help=idh_idapi_configutil@bdecfg32.hlp>main
  169.