ASP/ADO: Can I get by without specifying Connection if pool is used (ADO, not ADO.NET?



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


.