DOpus jscript + MySQL?

Hi,

is there any technique to connect from DOpus scripts (jscript) to an installed MySQL database?

From node.js it's possible
https://www.w3schools.com/nodejs/nodejs_mysql.asp
(I've never tried/used node.js).

Thanks

I don't know if it works with MySQL but you can use ADO to run SQL queries from JScript.

Never used it myself, but "jscript ado sql" gets some stuff that looks worth a try.

May also be useful:

This is more a JScript/MySql/ADO question than an Opus one. JScript happens to be able to run in Opus but it's the same JScript as anywhere else. So you may find experts on this elsewhere on the web who have more experience than any of us here.