dbTalk Databases Forums  

Concurrency with .net app

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss Concurrency with .net app in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rotsey
 
Posts: n/a

Default Concurrency with .net app - 07-03-2007 , 09:14 PM






Hi,

I have a Access 2003 talking to SQL 2005 express DB via
linked tables.

I also have .NET forms application that also talks to the
SQL DB.

I want to know how to handle concurrency in the .NET app.

I don't want to have to change the Access app though

Is there a method that would work for both Access and .NET?

Malcolm






Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Concurrency with .net app - 07-05-2007 , 10:24 PM






Handle in terms of what ? SQL Server doesn't work like
Access - maybe that's where you are going with that. If you
use the default isolation level, you should be fine. Or are
you having problems with blocking, locking? If that's the
case, the linked tables can hurt - especially when users
open tables directly. You want to make sure the client side
is consuming the entire recordset/result set so that the
locks are released. Make your transactions as short and fast
as possible and avoid cursor. Implement appropriate indexes.
Do you have a more specific concern?

-Sue

On Wed, 4 Jul 2007 12:14:12 +1000, "Rotsey"
<malcolm_smith (AT) RemoveThis (DOT) optusnet.com.au> wrote:

Quote:
Hi,

I have a Access 2003 talking to SQL 2005 express DB via
linked tables.

I also have .NET forms application that also talks to the
SQL DB.

I want to know how to handle concurrency in the .NET app.

I don't want to have to change the Access app though

Is there a method that would work for both Access and .NET?

Malcolm






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.