I don't know if this made it to the forum earlier. I am developing an ASP application tied to an Access database on my local machine. When I try to run the page(I am using Dreamweaver as the developing platform) I get the following error:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/MSR/MSRForm.asp, Line 11
Line 11 reads as follows:
cnn.open application("MSR")
MSR is the name of the application and the Access database. Can you tell me what I've done wrong? I've attached a text copy of the global.asa file I am using.