Let's hope you don't ever need to handle more than one result set.  :)

Also, that requires you get the return code manually as well.

~Brad

   -------- Original Message --------
 Subject: Re: cfqueryparam vs cfstoredproc?
 From: "morgan l" <[EMAIL PROTECTED]>
 We call stored procedures using cfqueryparam:
 <cfquery datasource="DSN" name="SomeQuery">
 EXEC StoredProcName
 @ParamName = <cfqueryparam cfsqltype="cf_sql_integer"
 value="#session.value#">
 </cfquery>
 
 
 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:314614
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