Hello
I need to execute a SQL Stored Procedure with a single input parameter (Integer) and return the result (Integer).
The code then needs to open a URL with the integer as a parameter ("exo://core_opportunity(x)")
I'm not sure how to connect to the database or return the parameter.
I need to run this from a .vbs file
Many Thanks