Article ID: 285331 - Last Review: November 14, 2007 - Revision: 3.4 HOW TO: Work with Data Access Pages Offline in Access 2002This article was previously published under Q285331 On This PageSUMMARY
Access 2002 introduces a new feature that allows you to work with data access pages offline. This feature is useful when you are unable to connect to your network, but still need access to data. Offline data access pages may be updateable if you use an Access project (.adp) and the Microsoft SQL Server Desktop Engine installed locally. You can also take a data access page that is bound to a Jet table or query in an Access database (.mdb) offline with little configuration. This creates a read-only page bound to XML. The steps for this are outlined in the "Taking Jet Data Offline" section later in this article. This article outlines the steps involved in taking a data access page offline. The article assumes that you have a SQL Server properly configured for replication, and that you have already created at least one publication. Furthermore, in order to work with offline pages in Microsoft Internet Explorer, the page must be opened from an HTTP location. Therefore, this article also assumes that you have a properly configured Web server to save the page. The following are the overall requirements for working with data access pages offline when you are using an Access project. System Requirements
Configuring an Offline Data Access PageAfter your SQL Server is configured for replication, you can create the data access page using the publication created. To create the page and work with it offline, follow these steps.
Taking the Page OfflineAfter you have created the page and saved it to a Web server, follow these steps to work with the page offline:
Taking Static Jet or SQL Data OfflineFor cases where you do not require data to be updateable, data access pages that are bound to a table or a query in an Access database (.mdb) or a project (.adp) can also be taken offline. In this scenario, the page is bound to XML and is read-only.Configuring the Data Access Page
Taking the Page OfflineAfter you have created your page and saved it to a Web server, follow these steps to work with the page offline:
REFERENCES
For more information about SQL Server replication, see "SQL Server Books Online" at the following Microsoft Web site:
http://technet.microsoft.com/en-us/sqlserver/bb331756.aspx
(http://technet.microsoft.com/en-us/sqlserver/bb331756.aspx)
For more information about working with data access pages offline, see to the following topic in the MSDN online library at the following Microsoft Web site:
Creating Web-Based Applications for Offline Data Access
(http://msdn.microsoft.com/en-us/library/aa139989(office.10).aspx)
| Article Translations
|
Back to the top
