home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 229
- Top = 94
- AutoScroll = False
- Width = 435
- Height = 300
- ActiveControl = DBGrid1
- Caption = 'Join Example'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object DBGrid1: TDBGrid
- Left = 0
- Top = 0
- Width = 427
- Height = 273
- Align = alClient
- BorderStyle = bsNone
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clBlack
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object Query1: TQuery
- Active = True
- DatabaseName = 'DBDEMOS'
- SQL.Strings = (
- 'select Customer.Company, Orders.OrderNo, Orders.SaleDate '
- ' from Customer, Orders'
- ' where Customer.CustNo = Orders.CustNo')
- Left = 8
- Top = 44
- end
- object DataSource1: TDataSource
- DataSet = Query1
- Left = 46
- Top = 44
- end
- end
-