I have a sketch, where I am using an sqljdbc library to connect to a SQL Server instance on an external server.
When I run this code in the The Processing Development Environment (PDE) it works great and pulls the data from SQL.
When I export the application and run the .EXE, the program functions as it should and pulls the data from SQL.
When I run the index.html file, I do not get any results. It starts the web browser. I get the activeX security warning. I right click and allow to run. I get an untrusted code security box, and allow the code to run. The webpage just displays
an empty default canvas.
Does anyone know how to get this working in a web browser?