1. I created a dataset based on the table with computed columns with a wizard.
2. A create a form bound to dataset.
3. When I try to save, it shows a message:
The column LoadDate cannot modify because it is either a computed column or is the result of UNION operator.
It is right, the column LoadDate is computed column and it can not modified.
Question.
How can I save the regulars columns in a dataset based on the table with computed columns? By another words, how can I save the data ignoring the cumputed columns?
Thanks José
2. A create a form bound to dataset.
3. When I try to save, it shows a message:
The column LoadDate cannot modify because it is either a computed column or is the result of UNION operator.
It is right, the column LoadDate is computed column and it can not modified.
Question.
How can I save the regulars columns in a dataset based on the table with computed columns? By another words, how can I save the data ignoring the cumputed columns?
Thanks José