home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / uaktualnienia / bde501 / DATA.Z / bde32.toc (.txt) < prev    next >
Microsoft Windows Help File Content  |  1999-01-12  |  7KB  |  169 lines

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