Subject | RE: [IBO] IB_Import fails when using a stored procedure |
---|---|
Author | IBO Support List |
Post date | 2015-08-04T17:56:14Z |
If it doesn't it should. I believe it
should.
Can you provide a little sample app to look
at?
Thanks,
Jason
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Tuesday, August 4, 2015 10:23 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] IB_Import fails when using a stored procedure
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