Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databasesHi, I'm using ASP 3.0 and ADO with a web based MS SQLServer 2000 database.Web page forms collect criteria for SQL queries (dynamic SQL?). These are mostly Select queries to return inventory lists. Inventory details are posted by means of Insert Update and Delete queries. All connections use the same connection string. A new connection is opened each time the data is accessed and closed and set to null/nothing afterwards. If site traffic becomes high will connection pooling be handled automaticaly (by MTS)? Many thanks Ray Allison
Post Follow-up to this messageRay Allison (ray.allison@tiscali.co.uk) writes: > I'm using ASP 3.0 and ADO with a web based MS SQLServer 2000 > database.Web page forms collect criteria for SQL queries (dynamic SQL?). > These are mostly Select queries to return inventory lists. Inventory > details are posted by means of Insert Update and Delete queries. All > connections use the same connection string. A new connection is opened > each time the data is accessed and closed and set to null/nothing > afterwards. If site traffic becomes high will connection pooling be > handled automaticaly (by MTS)? Yes. (Alhtough it might not be MTS, but rather OLE DB Core Services.) -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pr...oads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodin...ions/books.mspx
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread