I mean

..SQL code here... = "UPDATE MyTable SET fld = fld+1 where fld <= 15"

Gennadi

----- Original Message -----
From: "Peter Tilbrook" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 11, 2000 2:51 PM
Subject: RE: recordcount ???


> 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/[email protected]/
> 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.
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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