[resolved] DB connection with encrypted context variables
Hi,
I created a connexion to a MSSql DB in the repository from context variables.
The user and psw are encrypted so I want to use a routine for uncrypting.
I dont't know where to call this routine because the fields are disabled in the connection windows and in the tMSSqlRow component:
Hi,
No solution for the moment...
If I retrieve the encrypted user / password in the context files, how to uncrypting these if I create my SQL connection in the repository ?
In the suggested article, the Property Type is "Built-In" and I want to use "Repository" as Property Type...
Regards,
Antoine
if you just use context file to store your user/password, you can just use context.db_password in your routine. If you just want to change user and password for this connection, you can either go back to context to change it or change property type from "Repository" to "Build in".