I am connecting to a database using ODBC, which has a specific user and password created for that purpose (not possible to use windows Active Directory, or other).
When the query is built, the table script stores the user ID.
Password is asked but it can also be coded directly into the connecting string in JSL.
What are the best options to handle such situations in JSL?
JMP files may be shared but updates should ask for specific user and password when executed for the first time.