I'm getting the error "Internal Query Processor Error: The query processor could not produce a query plan." when saving a particular set of entities. The entity of which I believe is the offending entity has a persisted computed column. Some of the information I have read online recommends using "SET ARITHABORT ON" before executing the query.
How can I accomplish this with DevForce?
Is there a way to do this without using stored procedures or views?
Thanks!