ASP/ADO: Can I get by without specifying Connection if pool is used (ADO, not ADO.NET?
- From: "lwoods" <larry@xxxxxxxxxx>
- Date: Fri, 9 Jun 2006 18:04:18 -0700
If I have a connection pool, can I define and open a recordset without
specifying a connection?
set rs=server.createObject("ADODB.Recordset")
rs.open SQLSTATEMENT, , .....
?????????????
TIA,
Larry Woods
.
- Follow-Ups:
- Re: ASP/ADO: Can I get by without specifying Connection if pool is used (ADO, not ADO.NET?
- From: Bob Barrows [MVP]
- Re: ASP/ADO: Can I get by without specifying Connection if pool is used (ADO, not ADO.NET?
- Prev by Date: Re: ADO and DELETE Statement
- Next by Date: What dataadapter should I use with an Access Database?
- Previous by thread: SQL Server Timeout over the Network vs. Local
- Next by thread: Re: ASP/ADO: Can I get by without specifying Connection if pool is used (ADO, not ADO.NET?
- Index(es):