> I was hoping there was a way around that. Are you sure
there is no way to have the update query return a count of some
sort to a variable?
Have you read the documentation for whatever database you're
running? This
is a DB question, not a CF question: CF just passes SQL
statments to the DB
driver, and - when appropriate - receives recordsets back
from the DB
driver. It has no idea what goes on between those two events.
NB: when asking a DB question... it's always good to start by
saying which
DB you're using, as the answer is going to be different for
any given DB
system.
Thanks for the reply, but I already understand that. The
database is MS-SQL, my fault for not stating... although most
probably already understood that by looking at the statement. In
addition, there are a lot of intelligent individuals of differing
backgrounds on this forum, so I am sure the odds are someone will
have an applicable answer.
PS: This is by far not my first post, and I have been a
member of this forum since 2002/3.