Connect your dbHaven't connected your asp files to a database yet? What the?! Well, here is the code that we feel is the absolute easiest way to connect your pages to your database. Have your ISP create you a System DSN. Then just connect to that DSN with your page using the below code. After you have the connection (make sure your DSN names match!), then just call the name of that connection (we used cnDZ) with your SELECT statements and such.