Hi *,
I'm in the process of developing a new internal project controlling. Part of the system is a (1) already existing system and (2) an Access front-end. The already existing system uses a MySQL database. The ERD is attached.
Now, I need to integrate both systems and I have a couple practical questions.
(1) I was thinking of using the MySQL database of the already existing system AND add some attributes to the existing tables/add some new tables. I would then access this single database from the existing system and the new system. I'm doing that b/c I need a common user table/project table for reporting purposes. I feel that by doing so I can successfully avoid duplicate records. Now, I was wondering if this approach is common practice?
(2) In case the scenario under (1) is really bad practice, I was thinking of running 2 MySQL databases with 1 user table/project table each. Now I would need to synchronize both tables. What tool would you recommend for this purpose. I was trying out several tools but none fit my needs (that is the tables would probably have a different number of columns, etc.)
Thanks a lot!!!
Steve
I'm in the process of developing a new internal project controlling. Part of the system is a (1) already existing system and (2) an Access front-end. The already existing system uses a MySQL database. The ERD is attached.
Now, I need to integrate both systems and I have a couple practical questions.
(1) I was thinking of using the MySQL database of the already existing system AND add some attributes to the existing tables/add some new tables. I would then access this single database from the existing system and the new system. I'm doing that b/c I need a common user table/project table for reporting purposes. I feel that by doing so I can successfully avoid duplicate records. Now, I was wondering if this approach is common practice?
(2) In case the scenario under (1) is really bad practice, I was thinking of running 2 MySQL databases with 1 user table/project table each. Now I would need to synchronize both tables. What tool would you recommend for this purpose. I was trying out several tools but none fit my needs (that is the tables would probably have a different number of columns, etc.)
Thanks a lot!!!
Steve