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