You are not logged in.
Pages: 1
Hi,
ApplyUpdates does not work. Looking at the code the IProviderSupport interface for update is not implemented.
function TSynDBSQLDataSet.PSUpdateRecord(UpdateKind: TUpdateKind;
Delta: TDataSet): Boolean;
begin
result := false;
end;
Offline
I need to slow down and look more carefully. It is still not working for me ... will have an other look.
Offline
Now I can describe the problem more precisely:
ApplyUpdates works with direct connections, but it does not with remote connections.
Last edited by Leslie7 (2015-10-29 17:29:13)
Offline
Check TSynRestDataset, it may be useful (it is SQLite3\Samples\ThirdPartyDemos\EMartin\TSynRestDataset).
Esteban
Offline
Thanks, I will have a look.
Offline
Quite promising.
1. Some of the sources have NEXTGEN diectives. Is full NEXTGEN compatibility on the horizon?
2. Is the FPC support fully working/stable?
3. Is this meant for FPC with Android target?
4. Smart Mobile Could be an other possible target.
Last edited by Leslie7 (2015-10-29 17:54:00)
Offline
With Delphi 10 and a few days old trunk the fish facts demo does not load any records and when trying to post a new record it fails with an error.
Offline
I'm use only Delphi 7 on Windows and works fine, never tested with other plattforms.
Esteban
Offline
ok. thanks
Offline
Pages: 1