Page 1 of 1

Not updating procedures (Entity Framework)

Posted: Sun 31 Aug 2008 23:25
by petrutz
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?

Posted: Fri 05 Sep 2008 07:44
by Shalex
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.