Connection close by another process

  • Thread starter Thread starter Cleber Schönhofen
  • Start date Start date
C

Cleber Schönhofen

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 said:
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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top