//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 1987, 1998-2002 Borland International Inc.  All Rights Reserved.
//---------------------------------------------------------------------------

TITLE:
  QJOIN

DESCRIPTION:
  This example joins two tables, customer.db and orders.db, by way of
  an SQL query. The results are displayed in a DBGrid control (from
  the 'Data Controls' palette. The SQL statement can be seen by looking
  at the 'SQL' property of the TQuery object on the form.

DEMONSTRATES:
  TQuery, TDataSource, TDBGrid

COMMENTS:
  At design time in the Object Inspector, modify the SQL and Database
  properties of the TQuery object to change the result set displayed in
  the TDBGrid object.
