Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2218 sbetterm 1
object Data_Module: TData_Module
2
  OldCreateOrder = False
3
  Left = 371
4
  Top = 297
5
  Height = 539
6
  Width = 658
7
  object IntegrationDBConnection: TADOConnection
8
    Connected = True
9
    ConnectionString = 
10
      'Provider=OraOLEDB.Oracle.1;Password=test;Persist Security Info=T' +
11
      'rue;User ID=integration;Data Source=REPOS;Extended Properties=""'
12
    LoginPrompt = False
13
    Provider = 'OraOLEDB.Oracle.1'
14
    Left = 80
15
    Top = 40
16
  end
17
end