Re: How to insulate the users from Connection Broken Error messages
- From: "William \(Bill\) Vaughn" <billvaNoSpam@xxxxxxxxx>
- Date: Mon, 18 Jul 2005 09:46:07 -0700
Is this a .NET Framework, VB6 or ? application? What DBMS? JET/Access? SQL
Server? Oracle? 80-column cards?
It's okay to use a common connection, but in doing so you've recreated a
wheel already implemented in OLE DB providers.
Perhaps we can come up with a suggestion if we know a bit more about your
architecture.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
www.sqlreportingservices.net
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
"bali" <bali.1scxtv@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:bali.1scxtv@xxxxxxxxxxxxxxxxxxxxxxxx
>
> Hi,
>
> I have an application which uses a Global Connection which is
> initialized during the Application Load and used up across all the
> forms This connection will be destroyed only during the exit of the
> application(Even though not the best way to approach connections).
>
> And the application is getting used up through, WAN, GWAn and VPN.
> Attimes my client complaints about some strange error messages (to him)
> when the application is kept idle for a quite long time and he tried
> access from data.
>
> Please provide with a best approach to insulate the user from this
> error messages( through a best error handler) and reconnect to the DB
> and fetch him the requested Data.
>
> Thanks a lot.
>
>
>
> --
> bali
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
>
.
- References:
- Prev by Date: getrows and progress bar
- Next by Date: Re: getrows and progress bar
- Previous by thread: How to insulate the users from Connection Broken Error messages
- Next by thread: How to insulate the users from Connection Broken Error messages
- Index(es):
Relevant Pages
|