EDatabaseError with message 'Wrong UpdatingTable'

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
enzorubino
Posts: 7
Joined: Tue 24 Jul 2007 16:04

EDatabaseError with message 'Wrong UpdatingTable'

Post by enzorubino » Wed 24 Feb 2010 18:37

Hi,
i'm using these components:

TuniConnection
TSQLiteUniProvider
TUniQuery

in Delphi6 ide, everything it's fine but, when i try to set [updatingtable]property with the table name i have this error:

"...EDatabaseError with message 'Wrong UpdatingTable value - table customers is unknown..."

this is the code:
....
with UniQuery1 do begin
SQL.Text := 'select * from customers';
UpdatingTable := 'customers';
Open; << (error)
end;
....

thank you for your help

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 25 Feb 2010 14:31

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next UniDAC build.

enzorubino
Posts: 7
Joined: Tue 24 Jul 2007 16:04

ok

Post by enzorubino » Fri 26 Feb 2010 09:51

Perfect, after MyDac order i confirm my trust in you ordering UniDac component ! :)

Post Reply