Hi,
I'm writing a Batch file to connect to Aris and run a script automatically.
However, I need to connect to the database in a specific language.
Is there a command to connect to the Aris Database in a specific language?
Thank you
Hello Jordan,
ARIS offers a REST API, so you should be able to use that in any language you want, provided you can make and process REST calls and their responses.
You should not try to access the SQL database directly. That is neither documented nor supported.
Regards, M. Zschuckelt