Error: Wrong updating table - Table xx is unknown
Posted: Tue 04 Sep 2012 23:25
Hello,
I call an SP in Firebird 2.5 (through an IBCQuery, latest version) which has 4 nested procedures in it. These procedures fetch values from different tables, which are then written into output variables of the main procedure.
The procedure runs perfect outside Delphi (IBExpert).
But within Delphi(xe) I get the error message: Wrong updating table - Table xx is unknown
where xx is the name of the table that the main procedure fetches its records from.
As I understood from my searches about this error, something with the "updating table" parameter is wrong or at least not right. Still I miss the point, because the sp does not really update the table.
does Anyone have a suggestion what would help?
TIA
Rolf
I call an SP in Firebird 2.5 (through an IBCQuery, latest version) which has 4 nested procedures in it. These procedures fetch values from different tables, which are then written into output variables of the main procedure.
The procedure runs perfect outside Delphi (IBExpert).
But within Delphi(xe) I get the error message: Wrong updating table - Table xx is unknown
where xx is the name of the table that the main procedure fetches its records from.
As I understood from my searches about this error, something with the "updating table" parameter is wrong or at least not right. Still I miss the point, because the sp does not really update the table.
does Anyone have a suggestion what would help?
TIA
Rolf