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