Article ID: 327952 - Last Review: September 27, 2006 - Revision: 4.1 Data access pages are empty after you install Internet Explorer 6.0 Service Pack 1 or Windows XP Service Pack 1This article was previously published under Q327952 Moderate: Requires basic macro, coding, and interoperability
skills. This article applies only to a Microsoft Access database (.mdb). On This PageSYMPTOMS After you install Microsoft Internet Explorer 6.0 Service
Pack 1 (SP1) or Microsoft Windows XP Service Pack 1 (SP1), some data access
pages do not display data when the page is opened in Page view in Microsoft
Access.
When you open a data access page in Design view, you receive
the following error message: Cannot find the database or
some database objects that this page refers to. Update the connection
information of the page, or fix the references to the missing database objects.
CAUSE This behavior occurs if the page contains a relative path
to the database, and you have installed either Internet Explorer 6.0 SP1 or
Windows XP SP1. Because of security changes in Internet Explorer 6.0 SP1 you
can no longer use a relative path to the database. Note The pages in the Northwind sample database each contain a relative path to the database, and therefore exhibit the behavior that is described in the "Symptoms" section of this article. RESOLUTION Change the connection string to use an absolute or a
universal naming convention (UNC) path to the database. For example, instead of
using Northwind.mdb, use either of the following: \\servername\sharename\Northwind.mdb -or- c:\program files\microsoft office\office10\samples\northwind.mdb To modify the connection string for the page, follow
these steps:
MORE INFORMATIONSteps to reproduce the behavior
| Article Translations
|
Back to the top
