Multiuser environment-show current data in datagrid

  • Thread starter Thread starter Mike TI
  • Start date Start date
M

Mike TI

April 25, 2008

Hi all

(VB Net 2008)

I am populating a grid through a dataset. Now in a multiuser environment how
do I show records added and updated by others. Do I have to fill the grid
again.

Is there any other way.

Thanks
Mike TI
 
Mike,

In a disconnected data architecture like ADO.Net there is no straightforward
way to get records updated/added by other users except by re-querying the
data store.

Kerry Moorman
 
Back
Top