I have written a program which allows agents of a call centre the ability to access a database (ms access) containing names of solicitors to allocate to.
the database is stored centrally and i need a way to update the local dataset on the agents machine when a change is made to the database.
I understand how to add, remove, update fields to the database using a OleDbDataAdapter but I need something that does the reverse.
Thanks in advance.