-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathudmDatos.dfm
42 lines (42 loc) · 972 Bytes
/
udmDatos.dfm
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
object dmDatos: TdmDatos
OldCreateOrder = False
Height = 574
Width = 668
object tmrPing: TTimer
Interval = 100000
OnTimer = tmrPingTimer
Left = 128
Top = 24
end
object smPing: TSqlServerMethod
GetMetadata = False
Params = <
item
DataType = ftBoolean
Precision = 4
Name = 'ReturnParameter'
ParamType = ptResult
Size = 4
end>
SQLConnection = cntConexion
ServerMethodName = 'TsmModulo.Ping'
Left = 128
Top = 72
end
object dspConexion: TDSProviderConnection
ServerClassName = 'TsmModulo'
SQLConnection = cntConexion
Left = 48
Top = 72
end
object cntConexion: TSQLConnection
ConnectionName = 'DataSnapCONNECTION'
DriverName = 'DataSnap'
LoginPrompt = False
Params.Strings = (
'DriverName=DataSnap'
'ServerConnection=TsmModulo.GetConnection')
Left = 48
Top = 24
end
end