Problem with computed column with NDBUnit

Posted by jess on Stack Overflow See other posts from Stack Overflow or by jess
Published on 2010-06-05T12:39:27Z Indexed on 2010/06/05 12:42 UTC
Read the original article Hit count: 239

Filed under:

Hi,

I am loading data for tests in tables using xml and ndbunit.But,for a table having computed column,I am having problem.I get this error

The column "xyz" cannot be modified because it is either a computed column or is the result of a UNION operator.

I have modified the INSERT and UPDATE commands(removed the computed column) of sqladapter in xsd file,but still face the issue.

thanks

© Stack Overflow or respective owner

Related posts about ndbunit