home *** CD-ROM | disk | FTP | other *** search
- object frmMain: TfrmMain
- Left = 231
- Top = 252
- Width = 573
- Height = 341
- ActiveControl = btnCreateSP
- Caption = 'Stored Procedures (PostgreSQL Functions) demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object btnCreateSP: TButton
- Left = 1
- Top = 3
- Width = 161
- Height = 25
- Caption = 'Create Stored Procedure'
- TabOrder = 0
- OnClick = btnCreateSPClick
- end
- object Memo: TMemo
- Left = 0
- Top = 160
- Width = 565
- Height = 154
- Align = alBottom
- TabOrder = 1
- end
- object btnExecSP: TButton
- Left = 1
- Top = 32
- Width = 161
- Height = 25
- Caption = 'Execute Stored Prodecure'
- TabOrder = 2
- OnClick = btnExecSPClick
- end
- object btnDropSP: TButton
- Left = 1
- Top = 61
- Width = 161
- Height = 25
- Caption = 'Drop Stored Prodecure'
- TabOrder = 3
- OnClick = btnDropSPClick
- end
- object sdsDemo: TSQLDataSet
- MaxBlobSize = -1
- Params = <>
- SQLConnection = connDemo
- Left = 252
- Top = 60
- end
- object SQLMonitor: TSQLMonitor
- Active = True
- OnLogTrace = SQLMonitorLogTrace
- SQLConnection = connDemo
- Left = 251
- Top = 104
- end
- object connDemo: TSQLConnection
- ConnectionName = 'PGEConnection'
- DriverName = 'PostgreSQL'
- GetDriverFunc = 'getSQLDriverPOSTGRESQL'
- LibraryName = 'dbexppge.dll'
- LoadParamsOnConnect = True
- LoginPrompt = False
- VendorLib = 'libpq.dll'
- Left = 252
- Top = 12
- end
- end
-