Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Jim-sama #1
CFTransaction rollbacks
When I am in a transaction and an an error forces me to issue a rollback, my
database effectively locks up.
I have the feeling that isolation level fine tuning will assist me with this
situation.
Which Isolation level would be beneficial to me during a rollback event?
Jim-sama Guest
-
cftransaction
I have a question about CFTRANSACTION. We are currently using CF6.0 with various versions of Oracle and SQL Server. In our server settings we do... -
using cftransaction with queries
Hi, If cfquery fails, how can cftransaction recognise this? If a query fails I need to roll it back. Thanks -
CFTRANSACTION w/ ROLLBACK
Here's what I'm trying to do, this worked in CF 5, but bombs with the following error in CFMX 6: The <CFCATCH> tag requires an end tag to nest... -
is this possible - cftransaction
I don't want to get into the whole 'users shouldn't have access to the db' discussion. It's a battle that's been lost. We are looking at... -
cftransaction question
Hi there ! Let's say i have a first query which inserts a new row in a table, then a second query (myquery) trying to get the id of the inserted row...



Reply With Quote

