Marco, I am not sure this is the same question, but I would like to run an Oracle report by building the sql statements, passing them to TOracleQuery.sql and then executing the query. I want to take the result and pass it, line by line, to a document such as a tRichEdit or an HTML document. (I am trying to completely eliminate the report writer components in favor of this approach.) TOracleQuery.sql does not seem to accept Oracle report SQL such as COLUMN,BREAK ON, etc.
Is there a way to do this.