Wrong Updating Table, Table is unknown

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
imeyer
Posts: 9
Joined: Mon 01 Mar 2010 16:24

Wrong Updating Table, Table is unknown

Post by imeyer » Fri 21 Feb 2014 10:06

Hello,
I've got a problem by using the IBCQuery.
I use a SP in Firebird 2.5 and I want to set the Property "UpdatingTable" to a table of our Database. We want to use the Auto-Updating.
All output variables are in the table including the keyfield.

When I try to set the UpdatingTable I get the Error Message:
EDatabase Error - Wrong Updating Table - Table xxx is unknown.

Some other Queries in our programm are working well. So only 1 or 2 queries are making problems.

thanks in advance.

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: Wrong Updating Table, Table is unknown

Post by ZEuS » Tue 11 Mar 2014 08:31

Unfortunately, we cannot reproduce the problem as you have described it. Please create a small sample project that demonstrates the problem, including a sample database, and send it to eugeniyz*devart*com.

Post Reply