on 2019 Feb 27 2:32 AM
Hello, all
The documentation is not very clear on whether or not it is possible to set initString parameter directly in the connection string when working with ADO.NET
Something like: "server=srv;dbn=database;con=connectionName;initStr={my authentication string}"
I know it is possible to use the initString property, but if there is a problem to change a code, we might want to just change the config file.
Thank you
Request clarification before answering.
Here is an example:
SAConnection conn = new SAConnection("uid=dba;pwd=sql;eng=A_DB_ENG; InitString=\\"SET TEMPORARY OPTION CONNECTION_AUTHENTICATION='{hidden}'\\"");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
16 | |
12 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.