Page 1 of 1

connect via system DSN?

Posted: Tue 24 May 2022 00:27
by bayesian
When we connect to a database, we have to supply connection credentials (username, password, etc). This means that all users connecting to a database need to have, in plaintext, a username and password. I'd prefer to distribute a system DSN to all users' computers via a GPO, and use that connection. Can dbForge MySQL connect via a system DSN rather than with a username/password?

Re: connect via system DSN?

Posted: Wed 31 Aug 2022 16:20
by michabbb
i assume the answer is no.

https://stackoverflow.com/a/4519946

Re: connect via system DSN?

Posted: Wed 31 Aug 2022 23:21
by tfrancois
Not sure if this is helpful to you, but did you not explore this:

From Devart:
https://www.devart.com/odbc/mysql/compatibility.html

From MySQL: (8.0 version but I believe there are versions for MySQL 5.7 as well)
https://dev.mysql.com/downloads/connector/odbc/

Respectfully, Google is your friend.

Re: connect via system DSN?

Posted: Thu 08 Sep 2022 13:42
by dzhanhira
dbForge for MySQL allows you to use ODBC drivers as data sources and work with them through a pre-created System DSN. As such a source we suggest: https://www.devart.com/odbc/mysql/compatibility.html

Re: connect via system DSN?

Posted: Wed 21 Sep 2022 09:46
by paanjii2
If a system DSN has already been configured that you want to use, select the Use System DSN option. Enter the System DSN or choose it from the dropdown that appears. Enter a Password if necessary. Optionally click Test connection above.

myfiosgateway.one
mobdro

Re: connect via system DSN?

Posted: Tue 25 Oct 2022 07:27
by valentinkohler
I am also experiencing the same issue. fnf mods
But because of your conversation, I was able to find a solution to my issue.