Subject | Editing TIBOQuery SQL fields formed by an expression |
---|---|
Author | robertgilland |
Post date | 2006-12-11T03:51:04Z |
We want to be able to run a query
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?
Regards,
Robert.
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?
Regards,
Robert.