How to handle user password information in JSL ( ODBC connection strings )
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 upd...