G
Guest
Hi,
I'm a VB .NET developer, so I have problem when select data from table that
have some column is computed column.
There is an error like a below statement:
"The column mapping from SourceTable 'MyColumn' failed because the
DataColumn 'MyColumn' is a computed column."
I have check that data on above column, I found that it was updated with
DataTable that have column use Expression property.
1. What should I do with this trouble? Should I change the way to update
data with computed column? How?
2. Is there any solution to query data and mapping above column to my dataset?
Thanks,
KPH
I'm a VB .NET developer, so I have problem when select data from table that
have some column is computed column.
There is an error like a below statement:
"The column mapping from SourceTable 'MyColumn' failed because the
DataColumn 'MyColumn' is a computed column."
I have check that data on above column, I found that it was updated with
DataTable that have column use Expression property.
1. What should I do with this trouble? Should I change the way to update
data with computed column? How?
2. Is there any solution to query data and mapping above column to my dataset?
Thanks,
KPH