I am working on a PHP/MySQL based ecommerce engine, and need it to be able to deliver orders to a SQL-driven Microsoft Dynamics C5 system.
My plan was to make my mysql structure much alike with the C5 structure, so communications between these two would go af fluently as possible.
However, I haven't had any luck finding the C5 SQL structure with table and field names anywhere. I have tried to install it myself to "leech" out the structure, but with no luck.
Does anyone know where i can find a structure overview or just field list with names and types? Or maybe even a no-data structure only SQL backup?
It would be solidly appreciated.