Delphi / Object Pascal · Database exception
What does dbExpress InvalidUserOrPassword Error mean in Delphi / Object Pascal?
Returned when the user name or password supplied for a TDBXConnection is rejected by the server during authentication.
Returned when the user name or password supplied for a TDBXConnection is rejected by the server during authentication.
Double-check the credentials in the connection parameters, including case sensitivity where the backend cares, confirm the account isn't locked or expired on the server, and make sure the password hasn't changed since the connection string was last saved.