
|
email this FAQ to a colleague
Q:
I am having this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access 97 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.
A:
This can happen if the .MDB being referenced is open in Design View in MSAccess.
- David T. Geiser
|
Articles
|
|
|
May 31, 1997 - Connection Pooling with ASP
|
|
|
Connection pooling might be the easiest way to speed up your dynamic web pages reading from SQL Server. Unfortunately, connection pooling within is turned off by default in Active Server pages. Probably because connection pooling is rarely understood in its entirety. This issue discusses connection pooling with ASP, ISAPI, IDC, and Visual Basic applications. Included is a discussion about ODBC 3.0 and the newest bug fix for ODBC.
[Read This Article] [Top]
|
|
|
|
|