Entity Framework Wizard and Relationships

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
haicardi
Posts: 7
Joined: Tue 27 Nov 2007 16:26

Entity Framework Wizard and Relationships

Post by haicardi » Fri 04 Jan 2008 13:44

Hi,

This time I'm trying to use the EF (Entity Framework) Wizard to import two tables with a relationshiop. The problem comes when the wizard tries to generate the EDMX for the table that contains the Foreign Key it will simply popup with an exception with the following error:

Message: Cannot parse create table fnxxx statement: unexpected token at pos 410.

If I remove the FK from the table it imports correctly but I loose the relationship.

Is there a new version of the wizard?

Regards,
Humberto Aicardi

VS 2008RTM
MyDirect.NET 4.30

haicardi
Posts: 7
Joined: Tue 27 Nov 2007 16:26

Post by haicardi » Fri 04 Jan 2008 13:56

BTW, the wizard is not generating the attribute "ProviderManifestToken" on the Schema for the StorageModels.

Humberto

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Wed 09 Jan 2008 10:22

Unfortunately we cannot reproduce this problem. Could you please send us a test project and your SQL script that creates a database with tables?

Post Reply