Joel Jaun
Member since Jun 6, 2014
- Profile: /members/11995-joel-jaun.htm
- URL: http://weserve.ch
- Comments: 1
Recent Blog Comments By Joel Jaun
-
ColdFusion QueryAppend( qOne, qTwo )
Posted on Jun 6, 2014 at 8:17 AM
if u want to return a new query rather than just update the first query: <cffunction name="QueryAppend" access="public" returntype="Query" output="false"> <cfargument name="QueryOne" type="query" required="true" /> ... read more »