ODBC Database Connection using ASP
There are many ways you can connect to your database using ASP.
Here is one good resource that you can reference to...
Click Here
Here is one good resource that you can reference to...
Click Here
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.