RE: convert replica
From: Paul Sanguinetti (PaulSanguinetti_at_discussions.microsoft.com)
Date: 12/06/04
- Next message: Paul Sanguinetti: "Set Replicable flag using ADOX?"
- Previous message: robirdman: "RE: convert replica"
- In reply to: robirdman: "RE: convert replica"
- Next in thread: robirdman: "RE: convert replica"
- Reply: robirdman: "RE: convert replica"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Dec 2004 06:41:03 -0800
When all else fails, try creating a new database. Import all
forms/macros/reports/modules etc. Then create links from the new database to
the old database. Finally, use create table queries to copy the data fields
from the old database to the new database. Don't use "Select *" as that will
also copy the replication information and you will still have the problems
associated with a replica. You'll have to select each valid data field
individually in the query. After you've finished copying a table, delete the
link to the old table and rename the new table to the proper (old) table name.
Its tedious, but the only way to convert a replicated database to a simple
non-replica.
- Next message: Paul Sanguinetti: "Set Replicable flag using ADOX?"
- Previous message: robirdman: "RE: convert replica"
- In reply to: robirdman: "RE: convert replica"
- Next in thread: robirdman: "RE: convert replica"
- Reply: robirdman: "RE: convert replica"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|