Question
Using cftransaction in a cfc
It looks like from my searching the forums that the
cftransaction tag is being used mainly for multiple INSERT
statements. I need to employ the tag to get the last_insert_id
command to work properly but I don't know the proper procedure.
I want to keep my query in the CFC but all the tutorial stuff I've seen is on the page.
Where would I put the transaction tags in my CFC code to get the invoke on my page to work properly?
I want to keep my query in the CFC but all the tutorial stuff I've seen is on the page.
Where would I put the transaction tags in my CFC code to get the invoke on my page to work properly?
