View History | PDF | SWF | HTML

Why do I get an error about username/password mismatch in a transaction outside of Transfer ORM? I turned transactions off?

The cfquery calls in Transfer ORM include the username and password attributes. Even if the username and password is undefined in the datasource.xml, these attributes are defined in the cfquery. Thus, if you have a transaction defined outside of Transfer and another cfquery or cfstoredproc call is inside, you must define the username and password attributes as they are in the datasource.xml in your Transfer ORM configuration.