What is the behavior of Coldfusion cftransaction tag when multiple databases are accessed?
问题 The coldfusion documentation, (I'm using CF8) states: Changes to data that is requested by the queries are not committed to the datasource until all actions within the transaction block have executed successfully. But it also states: In a transaction block, you can write queries to more than one database, but you must commit or roll back a transaction to one database before writing a query to another I have multiple transactions in my code base which access 2 databases for both selects and