Master Detail postgresql

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
stclara
Posts: 1
Joined: Mon 15 Dec 2014 21:15

Master Detail postgresql

Post by stclara » Mon 15 Dec 2014 21:31

Good afternoon, everyone.
I'm doing a test with master detail datasnap using uniquery and DataSetProvider on the server and client in clientdataset (RAD XE7 demo and postgresql). Everything is ok, only when I take a ApplyUpdates to record the records, they are recorded in the bank, but look through the records within the application appear without the changes of the bank. I have to close and reopen the application for the changes to appear in the application. I've used cacheupdates = true, but nothing solves the problem. What to do?

[] 's Stclara.

PS: Apologies for bad english ....

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Master Detail postgresql

Post by azyk » Tue 16 Dec 2014 14:11

The described problem is not due to PgDAC, but to a bug in some Delphi versions. A similar report exists on Embarcadero's Quality Central at http://qc.embarcadero.com/wc/qcmain.aspx?d=101264. Please try a workaround from this report and let us know the results.

Post Reply