foreign keys disappear

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Locked
andreim
Posts: 11
Joined: Mon 29 Aug 2005 14:56
Location: Miami, FL

foreign keys disappear

Post by andreim » Mon 29 Aug 2005 15:21

In the VS.NET environment:

I added a foreign key contstraint to a table (I was getting errno 150, so I added an index to the column and after that I was able to add the FK).
Then I added a new record to the table, no problems so far. However, when I got back to edit the table, I noticed that all FK contstraints were gone. Any idea why?

Thank you

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Tue 30 Aug 2005 05:51

This topic is already discussed here
http://crlab.com/forums/viewtopic.php?p=6097#6097

Locked