-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathuDBSpeed_Test.dfm
More file actions
139 lines (139 loc) · 2.8 KB
/
uDBSpeed_Test.dfm
File metadata and controls
139 lines (139 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
object TestForm: TTestForm
Left = 0
Top = 0
Caption = 'TestForm'
ClientHeight = 338
ClientWidth = 410
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 8
Top = 8
Width = 185
Height = 313
TabOrder = 0
end
object Button1: TButton
Left = 272
Top = 8
Width = 130
Height = 41
Caption = #51068#48152#53244#47532
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 273
Top = 102
Width = 130
Height = 41
Caption = #53944#47004#51117#49496
TabOrder = 2
OnClick = Button2Click
end
object Button4: TButton
Left = 273
Top = 55
Width = 130
Height = 41
Caption = 'DML ARRAY SIZE'
TabOrder = 3
OnClick = Button4Click
end
object Button3: TButton
Left = 272
Top = 242
Width = 130
Height = 41
Caption = 'ClinetDataset'
TabOrder = 4
OnClick = Button3Click
end
object Button5: TButton
Left = 272
Top = 289
Width = 130
Height = 41
Caption = 'memtable'
TabOrder = 5
OnClick = Button5Click
end
object Button6: TButton
Left = 272
Top = 193
Width = 130
Height = 43
Caption = 'delete'
TabOrder = 6
OnClick = Button6Click
end
object Button7: TButton
Left = 273
Top = 149
Width = 129
Height = 38
Caption = #53944#47004#51117#49496',DML'
TabOrder = 7
OnClick = Button7Click
end
object FDQuery1: TFDQuery
Connection = FDConnection1
Left = 216
Top = 16
end
object FDMemTable1: TFDMemTable
FetchOptions.AssignedValues = [evMode]
FetchOptions.Mode = fmAll
ResourceOptions.AssignedValues = [rvSilentMode]
ResourceOptions.SilentMode = True
UpdateOptions.AssignedValues = [uvCheckRequired, uvAutoCommitUpdates]
UpdateOptions.CheckRequired = False
UpdateOptions.AutoCommitUpdates = True
Left = 216
Top = 216
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
Left = 216
Top = 160
end
object DataSetProvider1: TDataSetProvider
Left = 216
Top = 104
end
object FDTable1: TFDTable
Active = True
IndexFieldNames = 'CODE'
Connection = FDConnection1
UpdateOptions.UpdateTableName = 'TEST'
TableName = 'TEST'
Left = 216
Top = 280
end
object FDConnection1: TFDConnection
Params.Strings = (
'ConnectionDef=sample')
Connected = True
LoginPrompt = False
Left = 40
Top = 24
end
object FDGUIxWaitCursor1: TFDGUIxWaitCursor
Provider = 'Forms'
Left = 40
Top = 88
end
object FDPhysIBDriverLink1: TFDPhysIBDriverLink
Left = 40
Top = 168
end
end