Post
by Plash » Mon 14 Sep 2009 14:44
You can add a field based on an expression to your query:
SELECT ..., 1 MyField
If the SetFieldsReadOnly option of TOraQuery is False, you can edit this field. Changes will not be posted to the database because the field does not have corresponding column in the table.