M
Martin
Hi!
I'm new to ASP.NET WebApplications and wonder whether I've missed
something out when programming it. I'm grateful for any hints to this
problem!
Thanks very much for your efforts!
Martin
Description:
I'm running a Webapplication connection to SQL Server 7 using a
DataSet.
The DataSet is stored on the client. The application works ok
initially e.g. I can browse through the records back and forwards with
Previous and Next.
The variable that holds the currentRow value is declared as 'Shared'
(in case this is important to know).
Trouble starts when I run the same application on a different client
machine on the network at the same time. When I browse through records
on Client B and then go back to Client A and e.g. click Next, it jumps
records. It often goes to the last record in a recordset consisting of
5 when clicking Next although it was only at the second record and
should have gone to the third. Any subsequent Next click behaves
normal until I go back to Client B and change the current Record. At
this point the problem also occurs on Client B since I've changed the
current row on Client A.
It's like that both clients interfere with each other, although the
DataSet is stored locally on each of them??
I'm new to ASP.NET WebApplications and wonder whether I've missed
something out when programming it. I'm grateful for any hints to this
problem!
Thanks very much for your efforts!
Martin
Description:
I'm running a Webapplication connection to SQL Server 7 using a
DataSet.
The DataSet is stored on the client. The application works ok
initially e.g. I can browse through the records back and forwards with
Previous and Next.
The variable that holds the currentRow value is declared as 'Shared'
(in case this is important to know).
Trouble starts when I run the same application on a different client
machine on the network at the same time. When I browse through records
on Client B and then go back to Client A and e.g. click Next, it jumps
records. It often goes to the last record in a recordset consisting of
5 when clicking Next although it was only at the second record and
should have gone to the third. Any subsequent Next click behaves
normal until I go back to Client B and change the current Record. At
this point the problem also occurs on Client B since I've changed the
current row on Client A.
It's like that both clients interfere with each other, although the
DataSet is stored locally on each of them??