Page 1 of 1

XXX.ssdl(85,4) : error 0136: Functions that can be composed

Posted: Wed 16 Sep 2009 19:57
by smuddasu
Hello,
I am trying to save an object to oracle database. Table has PK as SEQ_ID . I defined the before insert trigger and the PKID is set from SEQ.NEXTVAL.
Now in the program after setting the values for the object and call context.SaveChanges()...its throwing the following error

Schema specified is not valid. Errors:
xxx.ssdl(85,4) : error 0136: Functions that can be composed must declare a return type.

Please help.

Posted: Fri 18 Sep 2009 06:47
by AndreyR
Please post here or send us (support * devart * com, subject "EF: composed function")
the DDL script of the procedure that causes the error.