EDatabaseError with message 'Wrong UpdatingTable'
Posted: 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
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