Re: [INTERFACES] DataSets in Delphi - Mailing list pgsql-interfaces

From Jyry Kuukkanen
Subject Re: [INTERFACES] DataSets in Delphi
Date
Msg-id Pine.LNX.4.10.10001101538340.14759-100000@cyclone.neutech.fi
Whole thread Raw
In response to DataSets in Delphi  ("Marcio Alexandroni da Silva" <trade.marcio@uol.com.br>)
List pgsql-interfaces
> 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?

I've run into same problem and I over came it by doing 

dataset.Close;
dataset.Open;

and that seemed to do the trick, at least in my case.


--Jyry




pgsql-interfaces by date:

Previous
From: "Marcio Alexandroni da Silva"
Date:
Subject: DataSets in Delphi
Next
From: Gary Stainburn
Date:
Subject: PostODBC 6.40.0006 to PostgreSQL 6.5.3 read only