PatHastings
ISP
Hi,<br>I'm writing a data imput system to move data from a paper form into a database. It will be based on a companies intranet.<br>The form is rather long and complicated so i have split the entry of the data up into several screens each has its own html form which passes the info to an asp for validation and entry into the database. <br><br>As a result of this i have am opening and closing a database connection object for each page which i assume to be quite expensive. <br><br>Does anyone have any opinion on using one connection object and keeping it open across all of the pages?<br><br>cheers<br><br>Pat