If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > different databases how to create only one?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-07-04, 17:42
mariovi mariovi is offline
Registered User
 
Join Date: May 2004
Posts: 1
different databases how to create only one?

Hi there, here in the company we have applications in access, fox pro, oracle, mysql, excel, etc, etc.
In order to create one big database, what would be the best strategy ?
assuming the final database is for example mysql.
would be to re-code all the applications ?
or only change their tables now to point to the final database.

greetings
Mario Vi
Reply With Quote
  #2 (permalink)  
Old 05-07-04, 21:29
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
There are a few thousand options. You have to pick the one that makes the most sense for your organization.

Just as an observation, many of the databases you are converting from are more powerful (syntactically more expressive if you want to be picky about it) than MySQL is, so you've got quite a task ahead of you!

-PatP
Reply With Quote
  #3 (permalink)  
Old 05-11-04, 22:51
certus certus is offline
Registered User
 
Join Date: Dec 2003
Location: Canada
Posts: 710
You might try creating data models of each and then determining where they overlap to give you one or several larger data models.

In that overlap you have to ask if your key data conforms to the key data in the other databases otherwise, merged or not your databases won't be able to relate their content.

Creating all new applications seems like a mammoth task. But if you want them to share a common database you may be forced to do so. You might be able to peform the task in phases.
__________________
visit: relationary
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On