home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / Runimage / Delphi50 / Demos / Midas / Adhoc / servdata.dfm / servdata.txt
Encoding:
Text File  |  1999-08-11  |  756 b   |  37 lines

  1. object AdHocQueryDemo: TAdHocQueryDemo
  2.   OldCreateOrder = True
  3.   OnCreate = AdHocQueryDemoCreate
  4.   OnDestroy = AdHocQueryDemoDestroy
  5.   Left = 466
  6.   Top = 290
  7.   Height = 479
  8.   Width = 741
  9.   object Session1: TSession
  10.     AutoSessionName = True
  11.     SQLHourGlass = False
  12.     Left = 128
  13.     Top = 64
  14.   end
  15.   object AdHocQuery: TQuery
  16.     AfterOpen = AdHocQueryAfterOpen
  17.     DatabaseName = 'ADHOC'
  18.     SessionName = 'Session1_1'
  19.     Left = 40
  20.     Top = 16
  21.   end
  22.   object AdHocProvider: TProvider
  23.     DataSet = AdHocQuery
  24.     Constraints = True
  25.     Options = [poAllowCommandText]
  26.     Left = 126
  27.     Top = 16
  28.   end
  29.   object Database1: TDatabase
  30.     DatabaseName = 'ADHOC'
  31.     LoginPrompt = False
  32.     SessionName = 'Session1_1'
  33.     Left = 38
  34.     Top = 66
  35.   end
  36. end
  37.