I could not figure out how to modify TOracleDataSet.PSExecuteStatement. Could you reply with a changed TOracleDataSet.PSExecuteStatement that does the job?
The best I could come up with is to modify the TOracleQuery.ExecuteArray method. It seems to work but I would like your opinion.
function TOracleQuery.ExecuteArray(Index, Count: Integer): Integer;
var Continue: Boolean;
Offset, ArraySize: Integer;
QueryType : Char; //added by Bruce...
Using Delphi 6; DataSnap; DOA 345.
Problem: TOracleDataSet.UseMessageTable does not work in a 3-Tier application.
Description: After having already created the server and client applications I tried to make use of the TOracleDataSet.UseMessageTable features and found that the client did not...