Re:updates invisible on shared PDX DBs in Delphi
Nowotny,
Short of close/open the only method that works in my environment is
table1.refresh. In particular, DbiCheckRefresh may work but I can't get it
to. For queries, close/open are necessary (by design).
[My environment: Win 95 peer-to-peer, D1 or D2, latest BDE, paradox tables]
HTH,
--
Paul Motyer
pa...@linuxserver.pccity.com.au
Croydon, Australia, 3136
Matthew Palcic <mpal...@erinet.com> wrote in article
<01bbf02f$388e4e40$25755acf@palcic-pc>...
Quote
> I hope I'm not stating the obvious, but have you issued a TTable.Refresh
on
> PC2?
> Regards,
> Matthew Palcic
> Nowotny Christian <nowo...@via.at> wrote in article
> <01bbec84$d2d2f720$0a3e60c2@chris>...
> > I wrote an Application that enables 2 PCs to share their Database.
> > So whenever PC1 updates the Table, PC2 wont see the changes.
> > Iv already issued DBISaveChanges(Table.handle) on the updating
Machine,
> > however, the 2nd one needs to close and reopen the database to get the
> > changes.
> > Isnt there a better way to do the update on PC2 ?
> > P.S. NetFileDir and so on are set up correctly.