Web Development With ASP: Web Developing : Web Tools


Thursday, September 14, 2006   


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

Tuesday, September 12, 2006   


Web Application Development - Database Connection

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.