Re: How to update part of a form in real time
Posted By:
Anonymous
Posted On:
Tuesday, August 2, 2005 03:28 AM
Hi
Can u try this ?
Store the first read time Stamp..
Whn u update the DB write the current time in Millis into an DB field..
while reloading , fetch only those rows whose Timestamp is greater than the first read time Stamp..
any better way pls share with me ..
Tx and Regards