Hi On OpenBD 1.3 nightbuild the following code do not work as expected:
<cfquery name="qGetCountry" datasource="devnet" cachedwithin="#CreateTimeSpan(0,0,0,0)#"> SELECT CountryID, CountryName FROM Country ORDER BY CountryName </cfquery> Please check the "cachedwithin" attribute. This query must flush the cache (if any). But the old cache is still alive after its execution. I already post this problem as an "Issue" but I hope someone can help me to find some workaround in the meantime. Thank you! -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon online manual: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
