Try(
batch interactive(1);
dbc = Create Database Connection("Driver={SQL Server};Server=xx.xxx.x.xx;Database=testDB;UID=test;PWD=test;");
batch interactive(0);
);
If the SQL DB connection through JSL code fails (due to the network issue), the following window appears and exposing the server address to users.
![Sol_1-1692671577413.png Sol_1-1692671577413.png](https://community.jmp.com/t5/image/serverpage/image-id/55903iC3DC7E56CB185DD9/image-dimensions/327x145?v=v2)
I encrypt the JSL code before deploying it since I don't want the server address to be exposed to users. However, if I cannot hide that window, encrypting the code becomes pointless