I have been reading messages about this subject and I have the idea that you can't use a PL/SQL procedure with a Dynamic SQL and TOracleQuery for getting records, as you can with a PL/SQL procedure, a 'static' SQL and a Ref cursor.
First question: Am I right? (I don't want a procedure to create the Dynamic SQL which can be received in my Delphi client and then use it in a TOracleQuery component because, among others reasons, the SQL text travels thru the net twice ).
Second question: My current Oracle Server version is 8.0.6. Do you know if it is possible in Oracle 8i?. As far as I know dynamic sql are treated as Ref cursors.
Note.- I
First question: Am I right? (I don't want a procedure to create the Dynamic SQL which can be received in my Delphi client and then use it in a TOracleQuery component because, among others reasons, the SQL text travels thru the net twice ).
Second question: My current Oracle Server version is 8.0.6. Do you know if it is possible in Oracle 8i?. As far as I know dynamic sql are treated as Ref cursors.
Note.- I