I am having an problem with the OracleQuery component. I am dynamically creating SQL, using the query.ADD method and then query.EXECUTE. It works most of the time, but some queries with certain data do not bring back any data when they should (I can copy the query to SQLPLUS and it works). I...