Subject IB_Import fails when using a stored procedure
Author
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