473,396 Members | 2,098 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Duplicate MDB files

I want to use the same Access 2003 data base system on separate
desktops, at separate locations. There is no LAN. Of course both DB's
will have numerous additions and changes. Is there a "reasonable" way
to merge these two separate DBs into a single DB at a later date? This
seems pretty complicated, since new records in both DBs will have the
same IDNOs, yet be totally different data.

May 9 '07 #1
5 2654
On May 9, 2:44 pm, Bob on Whidbey <b...@whidbey.comwrote:
I want to use the same Access 2003 data base system on separate
desktops, at separate locations. There is no LAN. Of course both DB's
will have numerous additions and changes. Is there a "reasonable" way
to merge these two separate DBs into a single DB at a later date? This
seems pretty complicated, since new records in both DBs will have the
same IDNOs, yet be totally different data.
I assume you mean you want to merge tables since merging a couple of
databases simply involves import the table from each into a new
database. It is possible to do what you are asking (maybe) but you
havent come clsoe to giving enough info to get a proper answer not the
least of which is what is the objective you are attempting to satisfy
by merging the tables. Describe the total project and the
requirements then you should get a meaningful reply. Remember to
describe what you need in terms of the required objectives and not in
terms of how you think the objectives should be satisfied.

May 9 '07 #2
On May 9, 1:44 pm, Bob on Whidbey <b...@whidbey.comwrote:
I want to use the same Access 2003 data base system on separate
desktops, at separate locations. There is no LAN. Of course both DB's
will have numerous additions and changes. Is there a "reasonable" way
to merge these two separate DBs into a single DB at a later date? This
seems pretty complicated, since new records in both DBs will have the
same IDNOs, yet be totally different data.
Look into the built in Replication features of Access. Last time I
used it in production, it was icky, fussy and bloated tables. It also
worked. One of those deals with the devil. basically it allows you to
have disconnected updates merged back into a master DB through any of
several different communications paths.

MS Online writeup at:

http://office.microsoft.com/en-us/ac...526841033.aspx

Bone chancy.

Ron, King of Chi

May 9 '07 #3
Look into the built in Replication features of Access. Last time I
used it in production, it was icky, fussy and bloated tables. It also
worked. One of those deals with the devil. basically it allows you to
have disconnected updates merged back into a master DB through any of
several different communications paths.

MS Online writeup at:

http://office.microsoft.com/en-us/ac...526841033.aspx

Bone chancy.
The Access system contains two MDB files with ALL tables included in
one MDB, linked to the other MDB. There are two offices that run
different events, using the same Access system. The offices are not
connected by a LAN and run independently. Contact info is added and
changes are made to each office's DB. Once a year there is a desire to
merge these DBs so that the both offices can STARTt, once again, with
separate but identical DBs.

I'm trying to get a handle on the big picture. It looks like
Replication is what's needed. Perhaps one office could use a Global
replica, while the other could be use a local replica. Once a year the
local office's DB could be synchronized with the global office's DB.
Then a local replica could be made from that synchronized global DB,
which would replace the copy at the local office.

Do I have the big picture about right?
Is it necessary to make replicas of both MDB files, or just the back-
end MDB file?
Would it be better to merge the two MDBs before starting this
replication process?
May 10 '07 #4

"Bob on Whidbey" <bo**@whidbey.comschreef in bericht news:11**********************@o5g2000hsb.googlegro ups.com...
The Access system contains two MDB files with ALL tables included in
one MDB, linked to the other MDB. There are two offices that run
different events, using the same Access system. The offices are not
connected by a LAN and run independently. Contact info is added and
changes are made to each office's DB. Once a year there is a desire to
merge these DBs so that the both offices can STARTt, once again, with
separate but identical DBs.

I'm trying to get a handle on the big picture. It looks like
Replication is what's needed. Perhaps one office could use a Global
replica, while the other could be use a local replica. Once a year the
local office's DB could be synchronized with the global office's DB.
Then a local replica could be made from that synchronized global DB,
which would replace the copy at the local office.

Do I have the big picture about right?
Is it necessary to make replicas of both MDB files, or just the back-
end MDB file?
Would it be better to merge the two MDBs before starting this
replication process?
If I understand you correctly then I guess I would not use replication at all...
Replication is not at all that easy ... it has it's own pitfalls and difficulty's.
When it is *needed* to replicate, then use it, but in my idea you don't need that.

I get the idea that you only need to *add* the records from the other office once a year, right ??
This is since you are stating that "each office uses different events" and "run independently" ...
I don't see the data-structure here but ...
Is it possible to add 'OfficeID' to important tables, and/or to use a combined Primary key to make the record ID's different ??

Arno R

May 10 '07 #5
On May 10, 10:34 am, "Arno R" <arracomn_o_s_p_...@planet.nlwrote:
If I understand you correctly then I guess I would not use replication at all...
Replication is not at all that easy ... it has it's own pitfalls and difficulty's.
When it is *needed* to replicate, then use it, but in my idea you don't need that.

I get the idea that you only need to *add* the records from the other office once a year, right ??
This is since you are stating that "each office uses different events" and "run independently" ...
I don't see the data-structure here but ...
Is it possible to add 'OfficeID' to important tables, and/or to use a combined Primary key to make the record ID's different ??
Each year, each office sends promotional material to the same people.
A once a year mass-mailing. They each update the contact DB and make
additions, very few deletions, and some correction to it during the
year. I'm hoping to have the changes made by office A incorporated
into the DB use by office B, and vice versa. The back-end MDB with all
the tables in only 5 MB. When I replicated it, it doubled in size to
10 MB.

What I believe would be necessary is a date/time stamp on each field
that is changed, as well as each record that is added. Another major
problem is the addition of the same person to DBs in both offices - a
very likely occurrence. I have no idea how replication handles that.

Perhaps what I'm hoping for doesn't exist. It seems darn complicated
to me.

May 10 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Lowell Kirsh | last post by:
I have a script which I use to find all duplicates of files within a given directory and all its subdirectories. It seems like it's longer than it needs to be but I can't figure out how to shorten...
44
by: Xah Lee | last post by:
here's a large exercise that uses what we built before. suppose you have tens of thousands of files in various directories. Some of these files are identical, but you don't know which ones are...
11
by: Danny Pressley | last post by:
I have a VS.NET 2003 Visual C++ MFC Application Project in which I added a new resource file, I then added an icon to this new resource file and did a rebuild and got the following error: "fatal...
11
by: google_groups3 | last post by:
Hi all. I currently have 2 text files which contain lists of file names. These text files are updated by my code. What I want to do is be able to merge these text files discarding the...
0
by: David Garamond | last post by:
postgresql 7.4.0, redhat 7.3 (under vmware 4.0 on win2k) Windows crashed and some of the files on Redhat got corrupted, including some files in /var/lib/pgsql/data/pg_xlog/. When I tried to start...
6
by: sara | last post by:
I have a procedure to automate bringing several Excel files into our Access tables, on a daily basis. The problem is that if the user has a problem, and tries to run the import again (maybe 3...
2
by: yinglcs | last post by:
I am new to python. How can I compare if 2 files has duplicate entries in python? Is there an example for that? What if the files are big and I don't want to read the whole file in memory. ...
0
by: Joe | last post by:
Hi, what circumstances can lead to the situation (I currently have this situation, but I don't know why...) that the list of Localized Resources outputs (in a VS 2005 setup project, in the File...
5
by: rob | last post by:
Does anyone know of a duplicate file checker project in C#? Couldn't locate anything on CodeProject or SourceForge. Has anyone here considered writing one?
0
by: mary07 | last post by:
I am using mysql 5/php. I am having a problem with one sql. Here's what I'm doing.. I am uploading csv files, checking through them, then updating my database with the updated files. In order to...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.