|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ado.net/sql rpoblemAdditional 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? Show quote "ivansi" <iva***@discussions.microsoft.com> wrote in message news:76FA2034-0419-4D91-BD28-3EE60EB522E6@microsoft.com... > 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 |
|||||||||||||||||||||||