ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/DBAdmin/dlg/ExecuteSQLScriptDlgUnit.lfm
(Generate patch)

Comparing ibx/trunk/examples/DBAdmin/dlg/ExecuteSQLScriptDlgUnit.lfm (file contents):
Revision 271 by tony, Mon Apr 16 13:45:11 2018 UTC vs.
Revision 272 by tony, Mon Feb 4 13:34:37 2019 UTC

# Line 201 | Line 201 | object ExecuteSQLScriptDlg: TExecuteSQLS
201      TabOrder = 2
202    end
203    object IBXScript1: TIBXScript
204 <    Database = DatabaseData.IBDatabase1
204 >    Database = DBDataModule.IBDatabase1
205      IgnoreGrants = False
206      IgnoreCreateDatabase = True
207      Transaction = IBTransaction1
# Line 223 | Line 223 | object ExecuteSQLScriptDlg: TExecuteSQLS
223    end
224    object IBTransaction1: TIBTransaction
225      Active = False
226 <    DefaultDatabase = DatabaseData.IBDatabase1
226 >    DefaultDatabase = DBDataModule.IBDatabase1
227      Params.Strings = (
228        'concurrency'
229        'nowait'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines