Subject | RE: [IBO] Editing TIBOQuery SQL fields formed by an expression |
---|---|
Author | Jason Wharton |
Post date | 2006-12-11T15:04:47Z |
> We want to be able to run a querySet the COMPUTED ColumnAttribute for that column. That may help.
>
> select a, ( a + b ) as addeddata
> from mytable
>
> allow user to edit column "addeddata"
> which triggers a modification to column "a"
> then save it.
>
> But IBObjects is forcing this column to be read only.
>
> Can we get around this?
Jason