Turning off connection pooling in VS.Net Server Explorer?

  • Thread starter Thread starter Dave Veeneman
  • Start date Start date
D

Dave Veeneman

Is there a way to turn off connection polling in VS.Net's Server Explorer?
For debugging purposes, I'd like to create a connection with Pooling=False,
but I don't see this option in the Data Link property pagers, and the
connection string it creates is read-only in my version (Professional) of
VS.Net. Can I turn pooling off in a Server Explorer Data Connections object?
Thanks
 
Hi Dave,

Change connection string of a connection instance (the connection in the
program).
 
Back
Top