Not updating procedures (Entity Framework)
Posted: 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?
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?