111 lines
3.1 KiB
Plaintext
111 lines
3.1 KiB
Plaintext
|
|
object ServerDataModule: TServerDataModule
|
||
|
|
OldCreateOrder = False
|
||
|
|
OnCreate = DataModuleCreate
|
||
|
|
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
|
||
|
|
Envelopes = <>
|
||
|
|
Left = 32
|
||
|
|
Top = 56
|
||
|
|
end
|
||
|
|
object ConnectionManager: TDAConnectionManager
|
||
|
|
PoolTimeoutSeconds = 0
|
||
|
|
WaitIntervalSeconds = 0
|
||
|
|
Connections = <
|
||
|
|
item
|
||
|
|
Name = 'PCTrade.SQLite.AnyDAC'
|
||
|
|
ConnectionString =
|
||
|
|
'AnyDAC?AuxDriver=SQLite;Server=localhost;Database=%SERVER%\Data\' +
|
||
|
|
'PCTrade.sqlite.db;'
|
||
|
|
ConnectionType = 'SQLite'
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'PCTrade.FB.Embedded'
|
||
|
|
ConnectionString =
|
||
|
|
'DBX?AuxDriver=Interbase;Server=(local);Database=%SERVER%\Data\PC' +
|
||
|
|
'Trade.fdb;UserID=SYSDBA;Password=masterkey;'
|
||
|
|
ConnectionType = 'Interbase'
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'PCTrade.FB'
|
||
|
|
ConnectionString =
|
||
|
|
'DBX?AuxDriver=Interbase;Server=localhost;Database=%SERVER%\Data\' +
|
||
|
|
'PCTrade.fdb;UserID=SYSDBA;Password=masterkey;Interbase TransIsol' +
|
||
|
|
'ation=ReadCommited;'
|
||
|
|
ConnectionType = 'Interbase'
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'PCTrade.MSSQL'
|
||
|
|
ConnectionString =
|
||
|
|
'ADO?AuxDriver=SQLOLEDB.1;Server=localhost;Database=PCTrade;Integ' +
|
||
|
|
'rated Security=SSPI;'
|
||
|
|
ConnectionType = 'MSSQL'
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'PCTrade.FB.AnyDAC'
|
||
|
|
ConnectionString =
|
||
|
|
'AnyDAC?AuxDriver=IB;Server=localhost;Database=%SERVER%\Data\PCTr' +
|
||
|
|
'ade.fdb;UserID=SYSDBA;Password=masterkey;@Protocol=TCPIP;@Pooled' +
|
||
|
|
'=false'
|
||
|
|
ConnectionType = 'Interbase'
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'PCTrade.FB.Embedded.AnyDAC'
|
||
|
|
ConnectionString =
|
||
|
|
'AnyDAC?AuxDriver=IB;Server=localhost;Database=%SERVER%\Data\PCTr' +
|
||
|
|
'ade.fdb;UserID=SYSDBA;Password=masterkey;@Protocol=Local;@Pooled' +
|
||
|
|
'=false'
|
||
|
|
ConnectionType = 'Interbase'
|
||
|
|
end>
|
||
|
|
DriverManager = DriverManager
|
||
|
|
PoolingEnabled = False
|
||
|
|
Left = 136
|
||
|
|
Top = 56
|
||
|
|
end
|
||
|
|
object DriverManager: TDADriverManager
|
||
|
|
DriverDirectory = '%SYSTEM%\'
|
||
|
|
TraceActive = False
|
||
|
|
TraceFlags = []
|
||
|
|
Left = 136
|
||
|
|
Top = 10
|
||
|
|
end
|
||
|
|
object ADODriver: TDAADODriver
|
||
|
|
Left = 256
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
object DataDictionary: TDADataDictionary
|
||
|
|
Fields = <>
|
||
|
|
Left = 32
|
||
|
|
Top = 104
|
||
|
|
end
|
||
|
|
object SessionManager: TROInMemorySessionManager
|
||
|
|
Left = 136
|
||
|
|
Top = 104
|
||
|
|
end
|
||
|
|
object EventRepository: TROInMemoryEventRepository
|
||
|
|
Message = Message
|
||
|
|
SessionManager = SessionManager
|
||
|
|
Left = 256
|
||
|
|
Top = 104
|
||
|
|
end
|
||
|
|
object ROZeroConfRegistration1: TROZeroConfRegistration
|
||
|
|
Domain = 'local.'
|
||
|
|
Server = Server
|
||
|
|
RegistrationSucceeded = ROZeroConfRegistration1RegistrationSucceeded
|
||
|
|
Left = 136
|
||
|
|
Top = 152
|
||
|
|
end
|
||
|
|
end
|