Delphi / Object Pascal · Database exception

dbExpress InvalidUserOrPassword Error

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.

dbExpress InvalidUserOrPassword ErrorDelphi (VCL) · Delphi (FireMonkey) · Delphi (dbExpress)

Condition

Returned when the user name or password supplied for a TDBXConnection is rejected by the server during authentication.

Fix

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.

Related database exception