Subject | IB_Import fails when using a stored procedure |
---|---|
Author | |
Post date | 2015-08-04T17:22:39Z |
Hi,
I am trying to get the IB_Import component to work with a stored procedure.
The import fails in the procedure ImportData, here at DSql.Params[p].AsString := InputFields[ii].
InputFields[ii] does have a value, but when that line is reached, execution jumps to the finally block and the ImportData statement fails altogether.
Can anyone confirm that the component works against a stored procedure?
Thanks for any help
Florian
I am trying to get the IB_Import component to work with a stored procedure.
The import fails in the procedure ImportData, here at DSql.Params[p].AsString := InputFields[ii].
InputFields[ii] does have a value, but when that line is reached, execution jumps to the finally block and the ImportData statement fails altogether.
Can anyone confirm that the component works against a stored procedure?
Thanks for any help
Florian