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
EDatabaseError with message 'Wrong UpdatingTable'
-
- Posts: 7
- Joined: Tue 24 Jul 2007 16:04
-
- Posts: 7
- Joined: Tue 24 Jul 2007 16:04
ok
Perfect, after MyDac order i confirm my trust in you ordering UniDac component ! 
