The database could not be opened !! Check your config.asp file and set the strConnString so it points to the database. Also check if strDBType is set to the right databasetype.
Code : 80004005
Error Description : [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Do not type in all caps. please. Have you checked the strDBType in config.asp to be the right one? Have you used whereami.asp to get the path to your database? Did you enter the correct path to the database in the correct strConnString in config.asp?
What info did whereami.asp give you? Did you use that info in the value of the strConnString? Maybe you should also post the value of strConnString here, editing the path for security reasons, so that we can have a look...