I would like bypass the Delphi report writer by running an Oracle report and then displaying the report as an editable document. I would like to do this by dynamically creating the Oracle SQL for a report, sending it to Oracle via a DOA tOracleQuery, then capturing the output of the query on a line by line basis.
Unfortunately, a number of problems seem to stand in the way. First, using TOracleQuery, Oracle does not want to actually run standard Oracle report commands (e.g., Column). Next, the TOracleQuery object want to capture the fields as opposed to the rows of output.
Has anyone found a way to do this?
------------------
Perry Schwartz
TechStar International
Unfortunately, a number of problems seem to stand in the way. First, using TOracleQuery, Oracle does not want to actually run standard Oracle report commands (e.g., Column). Next, the TOracleQuery object want to capture the fields as opposed to the rows of output.
Has anyone found a way to do this?
------------------
Perry Schwartz
TechStar International