I've been having some problems with a TOracleDataSet in QBEMode. Every time I tried to get the result of the query, I got a message like "Field 1 does not exist". After two days, I've found out the solution: the primary key field must be in the last position in the field editor.
Well, ok, I've...