I'm looking for solutions to generate xml project-files (MSPDI) with data stored in a database (Acess database .mbd with the MsProject Database Format). Has anyone done this without mannually create the xml file?
My application used to work with MS Project 2003 but stop doing it with MSP 2007 and 2010. How it worked: I had data store in a oracle database and I used to use a MS project macro to open it or edit it. So first data was transfered to a Acess database mdb (who had the MsProject Database Format), then the mpd file was exported into Ms Project. similary to save the modifications done in Ms Project into the database.
Ms Project 2007 cant export .mdb files so the only way a can do it is with .xml files.
MPXJ is a good idea?