Search results for query: *

  1. F

    Connection Pooling Issues

    connection pooling Hello, thanks for the reply. Most of my DB command and datasets are done manually in code, and yes i'm closing and disposing the connections every time. However the error occurs when calling the Fill method of a table adapter in a defined dataset (xsd file). Here i'm...
  2. F

    Connection Pooling Issues

    Hello everyone, I have a data driven application in VB which works with an SQL Server 05 Database. Since this app makes use of many queries and commands, occasionally i'me getting a timeout error as the connection pool is full. So i figured that at a specifc point in time within the app, i'll...
Back
Top