okay, I'm a SQL Server user, using an access database for a client's web project since the host does not support SQL Server. I have this error coming up:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[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.

using an oledb connection like this one:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & PathToDB

I've also tried a DSN, but no luck....help!!!