MySQL Forums
Forum List  »  Connector/ODBC

Re: Prompt for Username/Password when connecting
Posted by: Bogdan Degtyariov
Date: April 18, 2017 01:45AM

Hi Jakob,

The password prompt really depends on the application.
The ODBC API requires the window handle in order to show the graphic dialog prompt.
Therefore, this is the responsibility of the application to give such a handle.

I am not sure about Matlab, but some applications try to ask for password if the first login attempt with an existing DSN fails.

What you can do is to create a new DSN without user and password.
Please let me know if it helped.

Options: ReplyQuote


Subject
Written By
Posted
Re: Prompt for Username/Password when connecting
April 18, 2017 01:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.