There are no triggers in the schema, The PRE_PRODUCT column is in the SQL statement in the message box and Yes, it is the TOracleDataSet.debug := True;
Hope this helps and thanks for the reply
We have just upgraded from v3 to v4 of the DOA components.
We have a basic select statement on a single table that is used by the program for data aware components. This functionality worked fine in v3, but with v4, it is failing to insert a string value despite the debug message box stating...
Hi,
I have a TOracleDataSet (for a quick report)
which takes upto 20 seconds to open depending on the value of variables passed in.
Because we don't know how long a query will take to open in advance, we want to open a little progress screen if a query takes more than... say 2 secs to open...
Hi,
I have a TOracleDataSet with a select statement.
Cutting and pasting this statement into PL/SQL developer, and changing the only bind variable to a value, the first 100 records are returned in 0.6 odd seconds.
at runtime, opening the TOracleDataSet takes 5-6 seconds before the OnAfterOpen...