Subject | IB_Stored procedure |
---|---|
Author | Rick Roen |
Post date | 2004-12-02T02:11:26Z |
I'm struggeling with the IB_StoredProcedure component in Delphi 7.
Probably like most other IB components it is simpler than I am
making it, but I need to learn how to use it.
I have a stored procedure that returns one line for an account
ageing. There are no suspends in the SP.
I want to do something like "Select * from P_Account_Ageing
(:Custnum)" and have it get the parameter Custnum from the Customer
table.
Are there some general instructions for this or an example?
TIA
Rick
Probably like most other IB components it is simpler than I am
making it, but I need to learn how to use it.
I have a stored procedure that returns one line for an account
ageing. There are no suspends in the SP.
I want to do something like "Select * from P_Account_Ageing
(:Custnum)" and have it get the parameter Custnum from the Customer
table.
Are there some general instructions for this or an example?
TIA
Rick