Re: [INTERFACES] DataSets in Delphi

Поиск
Список
Период
Сортировка
От Jyry Kuukkanen
Тема Re: [INTERFACES] DataSets in Delphi
Дата
Msg-id Pine.LNX.4.10.10001101538340.14759-100000@cyclone.neutech.fi
обсуждение исходный текст
Ответ на DataSets in Delphi  ("Marcio Alexandroni da Silva" <trade.marcio@uol.com.br>)
Список 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 по дате отправления:

Предыдущее
От: "Marcio Alexandroni da Silva"
Дата:
Сообщение: DataSets in Delphi
Следующее
От: Gary Stainburn
Дата:
Сообщение: PostODBC 6.40.0006 to PostgreSQL 6.5.3 read only