This folder contains examples for Branko's Database Components
(BDB package). Programs themselves are almost identical, except 
they use different ways to connect with database.

IBX - Example of using InterBase Express. Can be loaded in
  Delphi 5 only. Be sure InterBase is started before loading 
  this example.

BDE_IB - Using BDE to access InterBase. Uses IBLocal alias
  (created by Delphi installation). Be sure InterBase is started 
  before loading this example.

BDE_Local - Operates on local tables. Uses DBDEMOS alias
  (created by Delphi installation).



COMPATIBILITY
-------------

Delphi 5:
  BDE_IB\BDE_IB_d4.dpr
  BDE_Local\BDE_Local_d4.dpr
  IBX\IBX_d5.dpr

Delphi 4:
  BDE_IB\BDE_IB_d4.dpr
  BDE_Local\BDE_Local_d4.dpr

C++Builder 4:
  BDE_IB\BDE_IB_c4.dpr
  BDE_Local\BDE_Local_c4.dpr

C++Builder 3:
  BDE_IB\BDE_IB_c3.dpr
  BDE_Local\BDE_Local_c3.dpr



Copyright (c) 1999-2000 Branko Dimitrijevic
E-mail: bepp@bepp.8m.com
Home page: http://bepp.8m.com
