- see footer for list info -<
I am running an update query through coldfusion using cfquery. The query goes something like:

<cfquery datasource="mydatabase" name="myquery">
   UPDATE   myTable
   SET            myField = "x"
</cfquery>


Is there a way to find the number of rows affected by the query (query analyser manages it somehow)?

Thanks,
dom
_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
- Hosting provided by www.cfmxhosting.co.uk -<
- Forum provided by www.fusetalk.com -<
- DHTML Menus provided by www.APYCOM.com -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to