[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Should SQLDB prompt for user credentials when a connection is activated.
Source position: sqldb.pp line 261
published property TSQLConnection.LoginPrompt : Boolean; |
LoginPrompt can be set to True to force the system to get a username/password pair from the user. How these data are fetched from the used depends on the OnLogin event handler. The UserName and Password properties are ignored in this case.
|
Password used when authenticating on the database server |
|
|
The username for authentication on the database server |
|
|
Event handler for login process |