Large datasource and concurrency

  • Thread starter Thread starter Jordan Bowness
  • Start date Start date
J

Jordan Bowness

I have a vb6 program which has a grid displaying 55000 rows from a
recordset through a SQL ADO connection. I was always disappointed that
there was no way to be notified when someone else updated/deleted/added
a record.

Is there any way to do this in .net?

Cheers,


================
Jordan Bowness
================
 
Hi Jordan,

Have a look at optimistic and pesimistic concurryncy.

However concurency can have a lot of different approaches,
better is to ask this question to the newsgroup

microsoft.public.dotnet.framework.adonet

I hope this helps.


Cor
 
Back
Top