Tecsitel_FactuGES2/Source/Servidor/uDataModuleServer.dfm

83 lines
2.2 KiB
Plaintext
Raw Normal View History

object dmServer: TdmServer
OldCreateOrder = False
OnCreate = DataModuleCreate
OnDestroy = DataModuleDestroy
Height = 307
Width = 382
object HTTPServer: TROIndyHTTPServer
Encryption.UseCompression = True
Dispatchers = <
item
Name = 'BINMessage'
Message = BINMessage
Enabled = True
PathInfo = 'Bin'
end>
OnBeforeServerActivate = HTTPServerBeforeServerActivate
IndyServer.Bindings = <>
IndyServer.DefaultPort = 8099
Port = 8099
Left = 40
Top = 16
end
object BINMessage: TROBinMessage
Left = 136
Top = 16
end
object DriverManager: TDADriverManager
DriverDirectory = '%SYSTEM%\'
AutoLoad = True
TraceActive = True
TraceFlags = [toPrepare, toExecute, toError, toStmt, toConnect, toTransact, toMisc]
OnTraceEvent = DriverManagerTraceEvent
Left = 136
Top = 80
end
object ConnectionManager: TDAConnectionManager
Connections = <
item
Name = 'MySQL'
ConnectionString =
'ADO?AuxDriver=MSDASQL.1;Server=OSCommerce Desarrollo;UserID=root' +
';Password=;'
end
item
Name = 'IBX'
ConnectionString =
'IBX?Server=localhost;Database=C:\Codigo (Tecsitel)\Database\FACT' +
'UGES.FDB;UserID=sysdba;Password=masterkey;Dialect=3;Charset=ISO8' +
'859_1;'
Default = True
end>
DriverManager = DriverManager
PoolingEnabled = True
Left = 40
Top = 80
end
object JvAppRegistryStorage: TJvAppRegistryStorage
StorageOptions.BooleanStringTrueValues = 'TRUE, YES, Y'
StorageOptions.BooleanStringFalseValues = 'FALSE, NO, N'
RegRoot = hkLocalMachine
Root = 'Software\%APPL_NAME%'
SubStorages = <>
Left = 136
Top = 208
end
object SessionManager: TROInMemorySessionManager
OnSessionDeleted = SessionManagerSessionDeleted
SessionDuration = -1
Left = 216
Top = 16
end
object JvLogFile1: TJvLogFile
FileName = 'ServerLog.txt'
Active = False
Left = 136
Top = 144
end
object DAIBXDriver: TDAIBXDriver
Left = 232
Top = 80
end
end