- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10 - Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
75 lines
1.8 KiB
Plaintext
75 lines
1.8 KiB
Plaintext
object MegaDemoServer_DataModule: TMegaDemoServer_DataModule
|
|
OldCreateOrder = False
|
|
OnCreate = DataModuleCreate
|
|
Left = 362
|
|
Top = 208
|
|
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
|
|
Connections = <
|
|
item
|
|
Name = 'Employees'
|
|
ConnectionString =
|
|
'IBX?Server=localhost;Database=C:\Program Files\Borland\InterBase' +
|
|
'\examples\Database\EMPLOYEE.FDB;UserID=SYSDBA;Password=masterkey' +
|
|
';'
|
|
Description = 'Local connection to FireBird'#39's EMPLOYEE.FDB'
|
|
Default = False
|
|
Tag = 0
|
|
end
|
|
item
|
|
Name = 'Northwind'
|
|
ConnectionString =
|
|
'ADO?AuxDriver=SQLOLEDB.1;Server=localhost;Database=Northwind;Int' +
|
|
'egrated Security=SSPI'
|
|
Description = 'Microsoft SQL Server 2000, localhost'
|
|
Default = True
|
|
Tag = 0
|
|
end>
|
|
DriverManager = DriverManager
|
|
PoolingEnabled = True
|
|
Left = 136
|
|
Top = 56
|
|
end
|
|
object DriverManager: TDADriverManager
|
|
DriverDirectory = '%MODULE%\'
|
|
TraceActive = False
|
|
TraceFlags = []
|
|
Left = 136
|
|
Top = 10
|
|
end
|
|
object DataDictionary: TDADataDictionary
|
|
Fields = <>
|
|
Left = 32
|
|
Top = 104
|
|
end
|
|
object SessionManager: TROInMemorySessionManager
|
|
Left = 136
|
|
Top = 104
|
|
end
|
|
object DAADODriver: TDAADODriver
|
|
Left = 243
|
|
Top = 11
|
|
end
|
|
object DAIBXDriver: TDAIBXDriver
|
|
Left = 244
|
|
Top = 59
|
|
end
|
|
end
|