2003-11-06 10:20:33 PM delphi198
How can I detect by ADODataSet, when another user has changed the data on
server?
(Didn't help me the Recordsetstate)
Thanks, Berci
Guillermo Castaņo A
Delphi Developer
2003-11-07 06:15:56 AM
Re:data change detect
AFAIK you can not directly. You can do some tricks sending messages from the
Server to the client applications but it is not trivial.
--
Guillermo Castaņo A. www.GrupoMillennium.com
"Bertalan Gacsalyi" <XXXX@XXXXX.COM>writes
Quote
How can I detect by ADODataSet, when another user has changed the data on
server?