Hi
I've been using Ideablade with MSSQL up untill now, but now I am required to use it with a MySQL database.
I've established that Ideablade works with MySQL, but I have the following problem:
The relationships (Foreign Keys) that I create in the database are not generated in the EDMX and I have a suspicion that it has to do with the database engine that I'm using.
Am I correct in assuming this? (Or is it something else?)
If so, what engine should I be using?
At the moment my tables use the InnoDB engine...
Any help would be appreciated.