ado.net/sql rpoblem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Additional information: Cannot change ReadOnly property for column Expresion.
This is an error I got. I made three alias field and and I want to fill them
with textBox(ReadOnly) values.
with method NewRow I tried to add new rows with string values but I got this
message above.
What should I do? Thanks a lot, Ivan novice
 
Don't call those columns in the query. Instead, create them with a formula
locally. However if they are computed, are you sure you want to be writing
to them? How will the update/insert work?
 
Back
Top