Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Live data in TOvcDbTable

6 views
Skip to first unread message

Rodger Van Kirk

unread,
Jan 3, 2003, 7:41:51 PM1/3/03
to
I have a TOvcDbTable that I'm trying to display live data from the database.
if the fields change in the database I would like the changes to be
reflected in the TOvcDbTable (for example a supervisor is monitoring some
data on his machine and an employee at another machine makes changes I would
like them to change on the supervisors machine) I have tried hooking the
table up to a TTable and a TQuery and neither is doing it. am I doing
something wrong? or a setting I need to set?

Thanks in advance,
Rodger


scott Knight

unread,
Jan 6, 2003, 6:36:23 PM1/6/03
to
"Rodger Van Kirk" <rod...@nospam.calsense.com> wrote in message news:<VCNfsm4s...@tpsmail01.turbopower.net>...

You will need to do a periodic refresh on the query. You could use a
timer and do a TTable.requery or TQuery.Requery. The frequency depends
on how critical the data is.

0 new messages