Subject How to Terminate a Firebird Transaction
Author dbambo2000
Hello.
I started a firebird process (using some Coldfusion code) without
knowing that it would take about a week or more to complete it. Is it
possible to terminate a process (or transaction) in firebird? If so,
is this advisable, and how is it done?

I'm running firebird in superserver mode on my local system (the
server is not connected to the internet). I'm relatively new to
Firebird.

The ColdFusion code involves a long looping process in which several
selects and updates occur during each iteration. It just occurred to
me that maybe its the ColdFusion process I need to terminate and not
the Firebird one. Would that be correct?

Thanks,
dbambo2000