- Impact
- 15
I am working on a project where the sites are set up on several different servers each using a different DB. One is using Access, one is MS-SQL and the other is MySQL and each database basically contains much of the same information.
Now anytime there is a change to be made I have to change each page as well as the DB and it is a pain in the butt.
It is not possible to move all the sites to one server/DB as while they are all part of the same larger organization they belong to subsidiary sites and due to the way they are chartered we are stuck doing it this way. Of course when all the projects began there was no project manager or coordinator so you had 4 developers who did things the way they each liked best. So that means in addition to the DB issue we have a language issue. Some of the sites are done in ASP/.NET while the others are done in PHP.
What I would like to do is create one main DB on one server and then just access it from the others. Permissions should not be an issue on any of them but which DB should I use? I had thought about going with an Access DB and then just uploading it to each server but one of the servers will not work with Access.
If you had a similar situation which would you use?
Now anytime there is a change to be made I have to change each page as well as the DB and it is a pain in the butt.
It is not possible to move all the sites to one server/DB as while they are all part of the same larger organization they belong to subsidiary sites and due to the way they are chartered we are stuck doing it this way. Of course when all the projects began there was no project manager or coordinator so you had 4 developers who did things the way they each liked best. So that means in addition to the DB issue we have a language issue. Some of the sites are done in ASP/.NET while the others are done in PHP.
What I would like to do is create one main DB on one server and then just access it from the others. Permissions should not be an issue on any of them but which DB should I use? I had thought about going with an Access DB and then just uploading it to each server but one of the servers will not work with Access.
If you had a similar situation which would you use?








