Subject | Re: [IBO] serious design problem: update queries |
---|---|
Author | L.M. Bemmelmans |
Post date | 2003-07-21T09:32:57Z |
A not so nice solution is:
making fields of a dataset that you want to be visible, but not necessary
editable "readonly" using
the fieldsreadonly property of TIBOquery (example: "archived=True").
That will prevent those fields to be part of an dynamically generated update
query.
Leon
making fields of a dataset that you want to be visible, but not necessary
editable "readonly" using
the fieldsreadonly property of TIBOquery (example: "archived=True").
That will prevent those fields to be part of an dynamically generated update
query.
Leon