Anyone know if there any performance difference between running a stored
proc like this?

<cfquery datasource="DSN">
        Proc_test value1,value2,value3
</cfquery>

As opposed to

<cfstoredproc procedure="Proc_test " datasource="DSN">
        ....
</cfstoredproc>

THANKS!




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229679
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to