70 lines
1.5 KiB
Plaintext
70 lines
1.5 KiB
Plaintext
|
|
object FirstSampleServerDataModule: TFirstSampleServerDataModule
|
||
|
|
OldCreateOrder = False
|
||
|
|
OnCreate = DataModuleCreate
|
||
|
|
Left = 74
|
||
|
|
Top = 68
|
||
|
|
Height = 207
|
||
|
|
Width = 352
|
||
|
|
object Server: TROIndyHTTPServer
|
||
|
|
Dispatchers = <
|
||
|
|
item
|
||
|
|
Name = 'Message'
|
||
|
|
Message = Message
|
||
|
|
Enabled = True
|
||
|
|
PathInfo = 'Bin'
|
||
|
|
end>
|
||
|
|
Port = 8099
|
||
|
|
Left = 32
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
object Message: TROBinMessage
|
||
|
|
Left = 32
|
||
|
|
Top = 56
|
||
|
|
end
|
||
|
|
object ConnectionManager: TDAConnectionManager
|
||
|
|
MaxPoolSize = 10
|
||
|
|
PoolTimeoutSeconds = 60
|
||
|
|
PoolBehaviour = pbWait
|
||
|
|
WaitIntervalSeconds = 1
|
||
|
|
Connections = <
|
||
|
|
item
|
||
|
|
Name = 'Northwind'
|
||
|
|
ConnectionString =
|
||
|
|
'ADO?AuxDriver=SQLOLEDB.1;Server=localhost;Database=Northwind;Use' +
|
||
|
|
'rID=sa;Password=;'
|
||
|
|
Description = 'Microsoft SQL Server 2000, localhost'
|
||
|
|
Default = True
|
||
|
|
Tag = 0
|
||
|
|
end>
|
||
|
|
DriverManager = DriverManager
|
||
|
|
PoolingEnabled = True
|
||
|
|
Left = 136
|
||
|
|
Top = 56
|
||
|
|
end
|
||
|
|
object DriverManager: TDADriverManager
|
||
|
|
DriverDirectory = '%SYSTEM%\'
|
||
|
|
AutoLoad = False
|
||
|
|
TraceActive = False
|
||
|
|
TraceFlags = []
|
||
|
|
Left = 136
|
||
|
|
Top = 10
|
||
|
|
end
|
||
|
|
object ADODriver: TDAADODriver
|
||
|
|
Left = 256
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
object IBXDriver: TDAIBXDriver
|
||
|
|
Left = 256
|
||
|
|
Top = 56
|
||
|
|
end
|
||
|
|
object DataDictionary: TDADataDictionary
|
||
|
|
Fields = <>
|
||
|
|
Left = 32
|
||
|
|
Top = 104
|
||
|
|
end
|
||
|
|
object SessionManager: TROInMemorySessionManager
|
||
|
|
Left = 136
|
||
|
|
Top = 104
|
||
|
|
end
|
||
|
|
end
|