Board index » delphi » data change detect

data change detect


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
 
 

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?

(Didn't help me the Recordsetstate)

Thanks, Berci