I think your asking, how would you call the function and display the results?

Here would be an example:
<cfset cfcObject = createObject("component","componentPath.ComponentName") />
<cfset testVar = cfcObject.updatePKG("table","column","in_new","in_where") />

If you do a <cfreturn rs1 />, that will return the query result to the testVar 
variable.

Then you can loop through the query:
<cfloop query="testVar">
  #column_name_example#
</cfloop>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322294
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to