Is it possible to have the table property of an ORM entity to be a table on another database, like this: component persistent="true" table="anotherdb..tableonanotherdb"
. I got a table undefined error when I tried it.
If not, what are my options if the app needs to be able to update anotherdb..tableonanotherdb, instead of just viewing it (which I can simply set up a view for)?
I'm on CF10.