Re: [INTERFACES] DataSets in Delphi

From: "john huttley" <john(at)mwk(dot)co(dot)nz>
To: "Marcio Alexandroni da Silva" <trade(dot)marcio(at)uol(dot)com(dot)br>, <pgsql-interfaces(at)hub(dot)org>
Subject: Re: [INTERFACES] DataSets in Delphi
Date: 2000-01-10 19:14:53
Message-ID: 003201bf5b9e$f99adee0$ca5fa8c0@hisdad.org.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,
THis is standard Delphi bug. Refresh on sql queries doesn't do much. You
can't easily override it
either, since its not virtual.

Just close and reopen the data set.

Regards,

> Hi Friends,
>
> I'm using Delphi 3 and ODBCExpress Components do Access Data in PG. The
> problem is that the data can't be refreshed, ie., when some station
updates
> a table, the others keep seeing old data! The default command Refresh from
> ODBCExpress and even Delphi TDataSet doesn't work.
>
> Does anyone have any idea?
>

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jeff 2000-01-10 21:27:30 trouble with 'python' module -- v6.5.3
Previous Message Peter Mount 2000-01-10 18:46:00 Re: [INTERFACES] jdbc