Page 1 of 1

EDatabaseError with message 'Wrong UpdatingTable'

Posted: Wed 24 Feb 2010 18:37
by enzorubino
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

Posted: Thu 25 Feb 2010 14:31
by Dimon
Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next UniDAC build.

ok

Posted: Fri 26 Feb 2010 09:51
by enzorubino
Perfect, after MyDac order i confirm my trust in you ordering UniDac component ! :)