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

Multiple databases on different locations in 1 big database

I made a program with a database attached with my tables in it.
Different branches in the firm use that program. On the end of each
week they send me on a floppy disk that data (i know old-style, but
that's how the firm wants it). Is it possible to collect all that
data in one big database with different tables and still know from
what branch it came because some branches made the same input.

Anyone, anywhere, anyhow, anyway TX
Nov 12 '05 #1
2 1862
What you should do is give each branch a BranchID and import all info into
your existing tables (with added BranchID fields). That way you can link
the tables together using the BranchID field.

--
Michael Hopwood (Phobos)
"Peter D" <da*********@pandora.be> wrote in message
news:2f**************************@posting.google.c om...
I made a program with a database attached with my tables in it.
Different branches in the firm use that program. On the end of each
week they send me on a floppy disk that data (i know old-style, but
that's how the firm wants it). Is it possible to collect all that
data in one big database with different tables and still know from
what branch it came because some branches made the same input.

Anyone, anywhere, anyhow, anyway TX

Nov 12 '05 #2
"Michael Hopwood" <la******@spammers.co.uk> wrote in message news:<Xd********************@brightview.com>...
What you should do is give each branch a BranchID and import all info into
your existing tables (with added BranchID fields). That way you can link
the tables together using the BranchID field.

--

Thanks Michael,
to be sure : so my table would have for example :

ID : autonumber
BranchID
Name
Product
......

Than i have to link those tables to my collective database and in a
query i collect :

BranchID
Name
Product
......
but not the ID because different branches can have the same ID for
different Products
I have 31 tables per branch and i have 6 branches. That means that in
my collective database i would have 186 imported tables. Isn't that
going to create some problems?
Nov 12 '05 #3

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

Similar topics

4
by: Nimit | last post by:
Hello! I have developing a PHP/MySql web application with a team. We are all located in different locations, so we cannot have anything running on one local server. We have a CVS setup on a...
11
by: Mike | last post by:
Looking to find any information on how to properly configure multiple instances of DB2. This is on Win2k db2 ver 7.2. I am basically looking for information on how the multiple instance settings...
5
by: Scott Tilton | last post by:
I am having a terrible time getting this to work. I am hoping someone out there can help me with very specific code examples. I am trying to get the linked tables in my Access 97 database to be...
2
by: Melissa | last post by:
A company wants to install a database on the network at 15 different locations. The networks are all separate, are mapped differently and the server name and share are named differently for each...
1
by: Phoenix_ver10 | last post by:
I have a mailing list with multiple names going to the same addresses. I need one address with all the names for that address on it. I checked out the example on microsoft's site, but A: It doesn't...
3
by: rallykarro | last post by:
Hi, How do I at the best way perform select statements over multiple databases? I have a couple of databases containing the same table definitions with diffrent data. Now I want them to act...
1
by: Query Builder | last post by:
I have one of our production Accounting Databases starting from 2 GB now grown into a 20 GB Database over the period of a few years... I have been getting timeouts when transactions are trying to...
5
by: Rodjk #613 | last post by:
Hello, I am working with a database that is in use in several locations. The structure of the databases are identical, but the data is different. I am tasked with combining the data into one...
1
by: foneman | last post by:
I'm running Sambar 7.0, PHP 5.2 and PostgreSQL 8.2 with WinXP. I built a database that's fed with form data, and created summaries with views and PHP scripts. I cloned the database two different...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.