home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / animals.pak / ANIMALS.TXT < prev    next >
Encoding:
Text File  |  1995-08-24  |  1.3 KB  |  29 lines

  1. About 'Animals of the World'
  2. ----------------------------
  3. Users of dBASE for Windows may recognize this simple application,
  4. which has been ported to Delphi.
  5.  
  6. The main topic of the application is to demonstrate the ease of
  7. connectivity to a dBASE .DBF file. The application also shows the
  8. following:
  9.    * How to display dBASE BMP fields in a Delphi DBImage component
  10.    * How to configure a DBNavigator component to eliminate any
  11.      unwanted buttons (in this example, all update functionality
  12.      has been removed so the user can't add, delete, edit, or post.)
  13.  
  14. The application uses the ANIMALS.DBF file located in the sample databse
  15. directory and accessed through a Borland Database Engine alias named
  16. DBDEMOS which points to the location of the sample database (normally
  17. \DELPHI\DEMOS\DATABASE).
  18.  
  19. Troubleshooting:
  20. When compiling the application, if you get an error indicating a problem
  21. connecting to the database table, check the following:
  22.    1. Open the project.
  23.    2. Select the Table1 component.
  24.    3. Select the DatabaseName property.
  25.    4. Make sure the value of this property is either a path specification
  26.       pointing to the directory where the ANIMALS.DBF file resides, or
  27.       an alias pointing to this same directory.
  28.    5. Set the Active property of Table1 to True
  29.