Question

I am unable to retrieve any data from my cfquery. Same query when i run in sql developer i get the result.

Any reason why ?

Hi all, thanks for the responses. Sorry, it was my fault. It was a data issue. I was retrieving uncommited data from CF.

Was it helpful?

Solution

You can also build the query in CFEclipse, test it and then paste the query in your CFQuery tag.

Also check how you have put the query name in the CFoutput tag, so many times I've put #queryname# instead of queryname in cfoutput.

OTHER TIPS

Is the query actually being ran?

If you can turn debugging on, does the query show as being executed?

Also when you run the same query do you mean you copy/paste the query from the debugger into sql developer?

Perhaps the same values are not being included (if you are using variables in there)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top