Make sure you have only uncommented 1 of the strDBType lines in your config.asp page.
it should look like this if you are using an Access DB:
'#################################################################################
'## SELECT YOUR DATABASE TYPE AND CONNECTION TYPE (access, sqlserver or mysql)
'#################################################################################
'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"