Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Proper ADO.NET Usage with Long Running Processes ?

1 view
Skip to first unread message

jfer

unread,
Dec 4, 2006, 6:16:52 PM12/4/06
to
Hi everyone, I'm creating a ASP.NET 2.0 web application utilizing sql
server 2000 as a database. My problem revolves around multiuser acces
with long running processes. Some of the pages in the application have

long running processes against large tables in the database, lets say
that take 5minutes to complete. My problem is how do I utilize ado
properly in the rest of my application to display a message to users
who may try to access data associated with a table while in the midst
of one of its long running processes? For instance I would like to
notify the user that "Table X is currently locked, please try again in
a few minutes".
Do I catch sqlException and examine the .Number property? Any insight
is appreciated.

Thanks.

RobinS

unread,
Dec 15, 2006, 11:15:32 PM12/15/06
to
You might want to post this over on
microsoft.public.dotnet.framework.adonet
if you haven't already. That's a .Net newsgroup.

Robin S.
------------------------------------------
"jfer" <nicem...@hotmail.com> wrote in message
news:1165274210....@73g2000cwn.googlegroups.com...

0 new messages