Create a connection file for ASP to link to Access database, dbcon.asp
i. Type in the following codes in a notepad ii. save the file as dbcon.asp into your working folder.
This connection is required. This is to establish a connection to the database. So when ever you need to access to the database, you will need to call for this connection. This is a simpler way to connect to the database, there is no need to setup the ODBC connections.
Web Application Development using ASP is what I have been doing for the past 5 years. You can get many tips, free codes and free scripts here. You can also post questions regarding problems faced during ASP developement, I will try my best to address.