Bonediggler1
Technical User
Hello -
I have a somewhat complex Oracle query (complex because lots of nested case statements) that runs fine out of Oracle. However, when trying to get this to work in an Access Pass Through, it throws the error "Pass through query with ReturnsRecords property set to true did not return any records".
I am guessing this is because the query is too complex.
In initial development of this query I was using less case statments but a few subqueries. This also threw the same error. However after removing the subqueries it ran fine...this is what leads me to beleive access can only handle so much complexity with a pass through.
Any ideas??
Thank you!!
I have a somewhat complex Oracle query (complex because lots of nested case statements) that runs fine out of Oracle. However, when trying to get this to work in an Access Pass Through, it throws the error "Pass through query with ReturnsRecords property set to true did not return any records".
I am guessing this is because the query is too complex.
In initial development of this query I was using less case statments but a few subqueries. This also threw the same error. However after removing the subqueries it ran fine...this is what leads me to beleive access can only handle so much complexity with a pass through.
Any ideas??
Thank you!!