Not updating procedures (Entity Framework)

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
petrutz
Posts: 5
Joined: Fri 29 Aug 2008 04:43

Not updating procedures (Entity Framework)

Post by petrutz » Sun 31 Aug 2008 23:25

Data loading looks like it works. Updating works. Insertion works.
Deletion doesn't :(

From mysql logs it looks like if the transaction would never get a commit and the error is actually due to a time out.

EDIT: it was a timeout problem due to some large number of records in child tables. But while trying to solve the problem I found that it remote procedures don't get added to the database model.

¿Any idea about this one?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 05 Sep 2008 07:44

Please post here or send me (alexsh at devart.com) the SQL script to create remote procedures that don't get added to the database model.

Post Reply