- Dec 1, 2000
- 2,419
- 0
- 0
Scenario:
I have website X with many ASPX pages. Most pages will be talking to the same Access 2003 database on a regular basis.
I understand that database connections are expensive. Is there a reasonable way to make one connection object and have it used by all of the pages on my website, or do I need to reinitialize a database conection every time a page loads?
I have website X with many ASPX pages. Most pages will be talking to the same Access 2003 database on a regular basis.
I understand that database connections are expensive. Is there a reasonable way to make one connection object and have it used by all of the pages on my website, or do I need to reinitialize a database conection every time a page loads?