You can either:
Refresh/requery every few seconds.
Build messaging between client applications to notify of updates.
Use dynamic cursor type if your OLEDB and database support it. Records are
meant to update as you scroll, I don't use this so couldn't say how well it
works in a live application.
--
Mike Collier BSc (Hons) - www.adoanywhere.com
ADO Object Browser and COM Server.
Consultancy and Design - ADO & Database Specialists.
Quote:
> Is there a way to have a data grid that is always showing what is in a
> table?
> I have an ADO connection to an Access DB. I have a Data Grid that shows
> me all records as of when I open the Data Grid. But if someone adds a
> record to that table, I do not see it in the Data Grid, unless I refresh
> it. Is there a way to keep it live?