Recent content by Sergio Sette

  1. Sergio Sette

    How to handle deferrable constraints

    In my database I have defined some deferrable integrity constraints. These are not applied until the use commits the transaction and not when the record is postes. Usually i handle database errors with the onPostError event but in this special case the event simply doesn't fires. What is the...
  2. Sergio Sette

    Master Detail problem (automatic m/d confuguartione very sloow)

    Can you verify which query is running during these 5 minutes? How can i verify wich query is running ? Is there a way to see wich query a component executes a run-time ? I also suspect there should be a database problem but if use pl/sql developer to see the key definitions for the same table...
  3. Sergio Sette

    Master Detail problem (automatic m/d confuguartione very sloow)

    Delphi7 (and 7.1) DOA 4 and Oracle 8.1.6.0.0 Net 8.0.6.3.4 I have 2 oracle home in this client (1 for sql net and one for net 8). When i set the master property of a TOracleDataset then Delphi hangs. After 5 - 6 minutes (!!) then i receive the DOA dialog that informs there are not foreign keys...
  4. Sergio Sette

    InTransaction implementation

    Hi Marco, any news about this enhancement ? Regards ---
  5. Sergio Sette

    DOA as ADO.NET custom DataAdapter

    Do you have any plan to make an ADO.NET DataAdapter ? Regards Sergio Sette
  6. Sergio Sette

    InTransaction implementation

    Thank you Marco. This can be very helpfull. Sergio Sette
  7. Sergio Sette

    InTransaction implementation

    If the session component cannot monitor the application activity, how can i monitor the same activity ? This can be simply done requering the transaction state after every statement executet via the session. I cannot easily monitor the activity because there is not a session event like...
  8. Sergio Sette

    InTransaction implementation

    I need to create a "Save button" in a toolbar that is enabled only if a transaction is open. In the OnUpdate event of an Action i call the InTransaction method to Enable/Disable the button. This works fine but using the monitor i've noted the InTransaction instead to be a simple flag, ask to...
Back
Top