Hi all,
I am trying to create an Add-in that pulls data from an SQL Server as data source, and I would need to distribute this Add-in to other users.
The Add-in works perfectly, but the OBDC connection used by the Add-in is not being sent with it. Unfortunately, not everyone would be able/know how to create an OBDC connection to the SQL server in an easy way.
Does anyone know how I could either send the OBDC connection with the Add-in file, or re-create this OBDC connection through a JSL script?
Thanks for the help in advance!