ACC: How to Make a Replicated Database a Regular Database

Last reviewed: October 16, 1997
Article ID: Q153526
The information in this article applies to:
  • Microsoft Access versions 7.0, 97

SUMMARY

Advanced: Requires expert coding, interoperability, and multiuser skills.

This article demonstrates how to convert a replicated database to a non-replicated database.

NOTE: There is also a wizard available on Microsoft's World Wide Web Site on the Internet that will convert a replicated database for you. The file is Wzrplrgl.mda. It is an add-in for Microsoft Access 7.0 that enables you to convert the Design Master database from a replica set to its original, nonreplicated state.

For more information about how to download this file, please see the following article in the Microsoft Knowledge Base:

    Article ID: Q162861
    Title     : ACC95: Access 7.0 Replica to Regular DB Wizard Available
                on MSL

MORE INFORMATION

To convert a replicated database back to a non-replicated database, follow these steps:

  1. Create a new database.

  2. Import all the objects, except for the tables, from the replicated database into the newly created database.

  3. Close the new database, and then open the replicated database.

  4. Click the Queries tab, and then New, and create a new query in Design view. Select the first table in the Show Table dialog box. Drag all the fields to the Field row, except for the fields that were generated for replication (s_Generation, s_Guid, s_Lineage). If your application requires one of these fields created by replication, then go ahead and add it to the query.

  5. On the Query menu, click Make Table. In the Table Name box, select the current table name. Click to select Another Database, and add the name of the database that you created in step 1. Run the query.

  6. Repeat steps 4 and 5 for each table in the replicated database.

  7. Close the replicated database and open the new database. Recreate all indexes and relationships that existed in the replicated database.

  8. Once you've completed steps 1-7, compact and then repair the new database. The new database should be approximately the same size as before replication and will not contain any replication properties.

REFERENCES

For more information about making a replicated database a regular database, search the Help Index for "nonreplicated databases," or ask the Microsoft Access 97 Office Assistant.


Additional query words: undo remove change delete unreplicate
Keywords : RplUndo kbusage
Version : 7.0 97
Platform : WINDOWS
Hardware : x86
Issue type : kbhowto


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 16, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.