Documentation on threading states.
"For both configurations, access to a TOracleQuery, TOraclePackage and TOracleDataSet must always be restricted to a single thread."
My question is can one TOracleQuery be shared among multiple threads if I serialize access through the use of critical sections?
"For both configurations, access to a TOracleQuery, TOraclePackage and TOracleDataSet must always be restricted to a single thread."
My question is can one TOracleQuery be shared among multiple threads if I serialize access through the use of critical sections?