Page 1 of 1

Notification of modification

Posted: Thu 03 Nov 2005 00:33
by ghsoares
Sorry for my dab english! :oops:

cenario:
1 server
2 client running the same application

one of the client change a value in some record on an grid. did the other client can see the modification on the grid without refreshing the dataset?

Posted: Thu 03 Nov 2005 03:55
by alec
MyDAC Help: TCustomMyDataSet.RefreshQuick

Refresh

Posted: Thu 03 Nov 2005 20:55
by ghsoares
MyDAC Help: TCustomMyDataSet.RefreshQuick
On what event i put this or what event is fired when someone make an update to the dataset

Posted: Fri 04 Nov 2005 12:27
by Ikar
MySQL Server does not provide such functionality.
You should call RefreshQuick using timer.

PostgreSQL

Posted: Thu 15 Dec 2005 13:42
by ghsoares
Does PostgreSQL and crlab components provided this funcionality?

Posted: Thu 15 Dec 2005 16:16
by Ikar
Core Lab doesn't provide Delphi components to acccess to Postgres SQL.