Question Massimo Sebastiani · Sep 4, 2019 Cachè as a reverse proxy Hello, has anyone tried to use Caché as a reverse proxy ?We are trying to embed a dashboard server (Plotly Dash in this case, but it could be anything which runs on its application server) inside our application which is written in Caché. The dashboard/report server runs locally (for example, or inside a LAN) on port 8080, and has no authentication features, so we have to implement them on a different layer, and we'd like to use Caché for it. #Authentication #CSP #Dashboards #Interoperability #Caché 1 5 0 514
Question Massimo Sebastiani · Mar 30, 2017 Is it possible to modify the values of an insertion during a trigger ? Hello, we have a few hundreds of triggers to port from Oracle to Cachè for a migration project, and many of them have to change (for example, normalize a value, null it, etc) the value which is being inserted.The documentation says "You cannot set {fieldname*N} in trigger code." , so we're unlucky.Is there a good workaround for this ?SqlComputeOnChange doesn't seem the best way, but I'm not totally sure: for example normalization and validation could have a better place somewhere else than a trigger. #Caché #ObjectScript #SQL 1 2 0 374