PDA

View Full Version : I like to integrate several projects AMS into one?


homes
03-21-2008, 02:45 PM
I have several project and I would like to make a single project. What should I do?

longedge
03-21-2008, 03:16 PM
One approach is to build your projects as .exe's and then create a 'launcher' application from which you can run each one. Put each .exe in the 'launcher' Docs folder and have a button to run each one as required.

You could even build the 'launcher' as an .exe and that wraps everything up neatly.

homes
03-21-2008, 04:12 PM
Whether that would be a good idea, but each module are linked to a database, where it saved the user's name and other records.
I need to load the entire page in a single project.

longedge
03-21-2008, 04:41 PM
Hmm.. - not necessarily a problem as long as you are using a transactional database. The alternative as I see it then is for you to do some major re-coding :)

holtgrewe
03-21-2008, 04:51 PM
If you can't run the individual .exe as longedge has suggested from a launcher or separate menu program, then maybe a redesign of the project would be in order.
You should be able to test any database conflicts by running the separate projects you have now...

hth


longedge - greeting my friend, didn't mean to nose in.

homes
03-21-2008, 05:00 PM
If this is one of the solutions that are not wanted, but I have to do it that way.