Is it possible to find how many records were updated in <cfquery>????

Cheers,
Gennadi

If you mean how many records were returned by a query it is:

<cfquery name="myqueryname" etc>

..SQL code here...

</cfquery>

<cfoutput>#myqueryname.recordcount#</cfoutput>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to