how can i count the affected updated rows? if there any afftected record
count in CF?
for example if i run the SQL below, how can i know how many rows had been
affteced?
<cfquery name="qUpdate" datasource="#dsn#">
update table
set ID = "#ID#"
where name = "#name#"
</cfquery>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists