Connecting Tech Pros Worldwide Help | Site Map

.NET Multi Users Using DataSet Question!

Lester Moreno
Guest
 
Posts: n/a
#1: Nov 15 '05
Hello All,

I have a question,

If two users are conected to the same Database and one make a change in hes
DataSet, what happend with the other user?, he not gointo se the
changes!!????

Any Ideas?



Bill Priess
Guest
 
Posts: n/a
#2: Nov 15 '05

re: .NET Multi Users Using DataSet Question!


No, user #2 would not see the changes until the changes were updated in the
database and the DataSet that user #2 is using is updated.

HTH,

Bill P.

On Fri, 1 Aug 2003 11:35:04 -0400, Lester Moreno <lestermoreno@covad.net>
wrote:
[color=blue]
> Hello All,
>
> I have a question,
>
> If two users are conected to the same Database and one make a change in
> hes
> DataSet, what happend with the other user?, he not gointo se the
> changes!!????
>
> Any Ideas?
>
>
>
>[/color]



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Bill Priess
Guest
 
Posts: n/a
#3: Nov 15 '05

re: .NET Multi Users Using DataSet Question!


No, user #2 would not see the changes until the changes were updated in the
database and the DataSet that user #2 is using is updated.

HTH,

Bill P.

On Fri, 1 Aug 2003 11:35:04 -0400, Lester Moreno <lestermoreno@covad.net>
wrote:
[color=blue]
> Hello All,
>
> I have a question,
>
> If two users are conected to the same Database and one make a change in
> hes
> DataSet, what happend with the other user?, he not gointo se the
> changes!!????
>
> Any Ideas?
>
>
>
>[/color]



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Closed Thread