Is there a way to create one "global" database connection and reference this connection throughout an ASP page? I have to retrieve different recordsets to populate listboxes depending on the user selections. My recordsets change but I am also having to create my connection (MS Access MDB) each time. Thanks.