Exclude fields from insert/update statement
Posted: Fri 11 May 2012 09:53
Hello!
I have an entity mapped to a database view with some calculated fields. When I read data, everything goes smoothly. When data is inserted, i get ORA-01733: virtual column not allowed here. These columns (mapped to calculated columns in a view) have AutoGeneratedValue: true, Nullable: true, ReadOnly: true. Is there a way to avoid this problem?
I use DotConnectOracle pro 6.80 (LinqConnect 3.2.73)
I have an entity mapped to a database view with some calculated fields. When I read data, everything goes smoothly. When data is inserted, i get ORA-01733: virtual column not allowed here. These columns (mapped to calculated columns in a view) have AutoGeneratedValue: true, Nullable: true, ReadOnly: true. Is there a way to avoid this problem?
I use DotConnectOracle pro 6.80 (LinqConnect 3.2.73)