Connection close by another process

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?iso-8859-1?Q?Cleber_Sch=F6nhofen?=

    Connection close by another process

    Hi,
    I have a pop that runs from n n in minutes, but the times when a pop are
    running your connection to the database is closed by another.
    Does anyone know how to avoid it ?
    --
    Cleber Schönhofen
    Infobola

  • Jeroen Mostert

    #2
    Re: Connection close by another process

    Cleber Schönhofen wrote:
    I have a pop that runs from n n in minutes, but the times when a pop
    are running your connection to the database is closed by another.
    Does anyone know how to avoid it ?
    What's a "pop"? What's "n n"? What kind of database connection? If it's your
    connection, how could anyone else close it?

    --
    J.

    Comment

    • =?iso-8859-1?Q?Cleber_Sch=F6nhofen?=

      #3
      Re: Connection close by another process

      Let me explain better:
      I have a popup that occurs every 30 seconds in the database sqlsever, using
      asp: UpdatePanel should update all the popup.
      When it should be updated and there is some competition between popups Open,
      the error of connection, as if a popup closes up the connection of the
      other.
      I create a connection in Page_Load (), call the functions in aspx page and
      disconnect in Page_UnLoad () event.
      Testing with one popup not the mistakes.

      --
      Cleber Schönhofen
      Infobola

      "Jeroen Mostert" <jmostert@xs4al l.nlescreveu na notícia da
      mensagem:48d2b9 02$0$199$e4fe51 4c@news.xs4all. nl...
      Cleber Schönhofen wrote:
      > I have a pop that runs from n n in minutes, but the times when a pop
      >are running your connection to the database is closed by another.
      > Does anyone know how to avoid it ?
      >
      What's a "pop"? What's "n n"? What kind of database connection? If it's
      your connection, how could anyone else close it?
      >
      --
      J.

      Comment

      Working...