Recent content by montgomb

  1. M

    3-Tier MessageTable does not work

    I could not figure out how to modify TOracleDataSet.PSExecuteStatement. Could you reply with a changed TOracleDataSet.PSExecuteStatement that does the job?
  2. M

    3-Tier MessageTable does not work

    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...
  3. M

    3-Tier MessageTable does not work

    Where is the best place in the middle tier to put the exception handler?
  4. M

    3-Tier MessageTable does not work

    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...
Back
Top