mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
19 lines
419 B
Plaintext
19 lines
419 B
Plaintext
object dmMain: TdmMain
|
|
Height = 366
|
|
Width = 644
|
|
object ADOConnection1: TADOConnection
|
|
ConnectionString =
|
|
'Provider=MSDASQL.1;Persist Security Info=False;Data Source=mypos' +
|
|
'tgres;Initial Catalog=activerecorddb'
|
|
Provider = 'MSDASQL.1'
|
|
Left = 304
|
|
Top = 168
|
|
end
|
|
object ADOQuery1: TADOQuery
|
|
Connection = ADOConnection1
|
|
Parameters = <>
|
|
Left = 440
|
|
Top = 168
|
|
end
|
|
end
|