Avatar of Ron Kidd
Ron Kidd
Flag for Australia

asked on 

Run a SQL Stored Procedure from a .vbs File and return a parameter

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
Visual Basic ClassicVB ScriptMicrosoft SQL Server

Avatar of undefined
Last Comment
Ron Kidd

8/22/2022 - Mon