Question Matheus Augusto · Oct 4, 2024 Connection problem with %SQLGatewayConnection I'm trying to make a connection to an external database using %SQLGatewayConnection, but the connection always fails. DSN properly configured. I try to make the same connection through isql in bash, and the connection is successful. This same connection fails in Caché. #Caché #Ensemble 0 4 0 89
Question Matheus Augusto · Jun 13, 2024 Include CSP in CLS. Is there any way to include a CSP page within a CLS?Example: #Include file.csp Context: I work with a legacy that most screens are built using only CLS. I'm trying to change this by separating the frontend layers to be built only with CSP and backend layers using CLS. I improvised a method that injects an iframe to render the CSP in CLS through that iframe, but I'm still not happy. I need to know if there is any way to include this CSP using some specific resource for this. #CSP #Caché 0 15 0 179