I am working on an intranet application and use Access as the database.
There is a query that I have
It returns nothing in ColdFusion, if I copy just the SQL and run it in Access, it returns with the expected result.
Any idea why ColdFusion query didn't work?
Thanks,
tofuTnT
There is a query that I have
Code:
<CFQUERY DATASOURCE="#DSN#" NAME="GET_SEARCH_RESULT">
SELECT * FROM WL_TREES
WHERE TREENAME LIKE '3*'
</CFQUERY>
Any idea why ColdFusion query didn't work?
Thanks,
tofuTnT