PessimisticLockingU1.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 125
  4.   Width = 557
  5.   Height = 236
  6.   Caption = 'Pessimistic Locking'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object DBGrid1: TDBGrid
  17.     Left = 0
  18.     Top = 0
  19.     Width = 549
  20.     Height = 203
  21.     Align = alClient
  22.     DataSource = DataSource1
  23.     TabOrder = 0
  24.     TitleFont.Charset = DEFAULT_CHARSET
  25.     TitleFont.Color = clWindowText
  26.     TitleFont.Height = -13
  27.     TitleFont.Name = 'MS Sans Serif'
  28.     TitleFont.Style = []
  29.   end
  30.   object DataSource1: TDataSource
  31.     DataSet = ADODataSet1
  32.     Left = 272
  33.     Top = 64
  34.   end
  35.   object ADODataSet1: TADODataSet
  36.     Active = True
  37.     ConnectionString = 
  38.       'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:program filesmi' +
  39.       'crosoft officeofficesamplesnorthwind.mdb;Persist Security Inf' +
  40.       'o=False'
  41.     CursorLocation = clUseServer
  42.     LockType = ltPessimistic
  43.     CommandText = 'Customers'
  44.     CommandType = cmdTable
  45.     Parameters = <>
  46.     Left = 144
  47.     Top = 64
  48.   end
  49. end