473,387 Members | 1,611 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,387 software developers and data experts.

Combining or merging 2 databases

Hi there.

Somebody has been inputing data into an old backup database instead of
the current one. What is the easiest way to move or merge that data
into the current one?

H1

Nov 13 '05 #1
2 5165
H1
If the problem concernes only 'new inputted' data it is easy:
I would link the tables from the old backup database and construct some append-querys.
When you have decent primary keys you can't even duplicate any data this way (not even if you try to
append all the records)

If 'modified existing' data is concerned than it is also doable, but much more difficult.
You would have to 'walk' the records and fields one by one then, and compare the values.
Let us know if this is the case and we will try to help on that.

--
Hope this helps
Arno R
<ho******@myway.com> schreef in bericht
news:10**********************@h37g2000oda.googlegr oups.com...
Hi there.

Somebody has been inputing data into an old backup database instead of
the current one. What is the easiest way to move or merge that data
into the current one?

H1


Nov 13 '05 #2
ho******@myway.com wrote in message news:<10**********************@h37g2000oda.googleg roups.com>...
Hi there.

Somebody has been inputing data into an old backup database instead of
the current one. What is the easiest way to move or merge that data
into the current one?

H1


Depends on how complex the database is. You could just import the
data, but if you have autonumber primary keys, it could cause serious
problems. You might want to look at this:

http://amazecreations.com/datafast/S...emerge2dbs.asp
Nov 13 '05 #3

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

Similar topics

15
by: Ike | last post by:
Suppose I have a relational database, called "BranchA." I have a second relational database, of identical structure to BranchA, but with different data, and this one is called BranchB. Can I...
2
by: Kenneth Fosse | last post by:
Hi. I'm currently working on a project which involves the creation of a web page which reports selected data to customers from two back-end systems. I use ASP script language on IIS, the server...
4
by: rwd | last post by:
I have 10 data bases all with the same structure that I need to combine. They are large enough so that copy and append takes a great deal of time.
2
by: Stefan | last post by:
Hi there! I'm very new to XML and XSLT, so while working i encountered the following, probably very easy to solve, problem. i've got 2 XML-files, which look like this: LinesOfCode.xml:...
3
by: abprules | last post by:
If I wanted to merge 2 sample databases that are from the same Access version, such as an events management and a scheduling database, is this possible? And if so, can anyone give me directions or...
31
by: louishong | last post by:
3rd time posting this as the first two simply disappeared! Here's the issue: We currently run an Access application in the West Coast for tracking resource centric data. For those located in the...
2
by: enock | last post by:
Hi all, I have a distributed database environment. I need to bring all the data from the distributed centers into one central database. I have replicated all data from the different centers into...
3
by: Ralph Smith | last post by:
I have two identical databases on two different servers and I need to add the data in tables from one server to the tables in the other server. Is there a way to do that in mysql? thanks, Ralph
9
by: karenjfrancis | last post by:
I have 4 Access databases, all with the same data model but different data. I want to build a front end that brings all of the data in the 4 databases together into one. Assuming my table of...
6
by: gaubun | last post by:
Hi All, Just joined this site....I am really stuck into one problem. Actually I am writing a code in VB6 to merge TWO ACCESS DATABASES. Wanted to know if I can use a single sql query to merge. Is...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.