A
aido
Hello All.
I am using a strongly typed data set in a C# application. Some of the
tables contain columns that are computed values by means of the Expression
attribute in the data schema. I get the above exception on an update via
the data adapter. I have seen some references to this problem as a known
bug with work arounds but none seem to work (I have tried erasing the
expression, doing update then re-adding expression and also deleting the
column doing update and re-adding it to the table after execution with
little success). Please note that some columns are referenced via Parent()
expressions in child tables. My question is this, Is there a recommended
work around for this issue (if it is indeed an issue)?
Thanking you all in advance
Aido.
(Extremely disillusioned .NET hacker).
I am using a strongly typed data set in a C# application. Some of the
tables contain columns that are computed values by means of the Expression
attribute in the data schema. I get the above exception on an update via
the data adapter. I have seen some references to this problem as a known
bug with work arounds but none seem to work (I have tried erasing the
expression, doing update then re-adding expression and also deleting the
column doing update and re-adding it to the table after execution with
little success). Please note that some columns are referenced via Parent()
expressions in child tables. My question is this, Is there a recommended
work around for this issue (if it is indeed an issue)?
Thanking you all in advance
Aido.
(Extremely disillusioned .NET hacker).