Search results for query: *

  1. D

    MyConnection.Open() hangs after period of time...?

    Ok, I think I've found my problem, I wasn't closing the connectinon of another process I was doing so I assume I used up all the available connections in the pool. Thanks for your help tho J
  2. D

    MyConnection.Open() hangs after period of time...?

    Ok, heres the error message I get Timeout expired. The Timeout peiod elapsed prior to obtaining a connection from the pool. This may have occured because all poooled connections were in use and max pool size was reached. Ive done some research and it seems to be a connection pooling...
  3. D

    MyConnection.Open() hangs after period of time...?

    HI, Ive been debugging my app for hours and I can't figure out why it is doing this, I have wrote a VB app that processes messages from a database and sends them out as emails every 3 seconds. At some point in my program I write back to the database if the send was successful/failure. On the...
Back
Top