G
Guest
I'm trying to link my FP2000 web site to an Access db on a network drive. Additionally, my Access db has tables linked to our accounting system (i.e. MAS90). FP2000 successfully validates the connection to the Access db. However, I get the following two errors went I run ASP queries: (1) Database Results Error [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data (2) Database Results Error Description: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file 'E:\Databases\Master.mdb'. It is already opened exclusively by another user, or you need permission to view its data. Number: -2147467259 (0x80004005) Source: Microsoft OLE DB Provider for ODBC Drivers. The first error is caused just by quering (via ASP) the Access db using internal tables. The second error is caused by querying (via ASP) the Access db with linked tables. I've tried changing my security on my Temp folder (per MS knowledgebase article), however, I still have the same problem. Please advise. Thanks! Bo